-
Type:
Bug
-
Resolution: Done
-
Priority:
High
-
Affects Version/s: None
-
None
Geolocation capture functionality is not working when the device is offline (WiFi/Mobile data turned OFF).
As per expected behavior, GPS-based location capture should work independently of internet connectivity. However, in the current implementation, location is not being captured when Camp mode is disconnected.
Steps to Reproduce:
- Turn OFF WiFi/Mobile data.
- Open the application.
- Navigate to any module where geolocation capture is required.
- Attempt to capture location.
Expected Result:
- Location should be captured using GPS even when internet is OFF.
- Latitude and Longitude should be populated successfully.
Actual Result:
- Location is not captured when camp is disconnected.
- Geolocation functionality fails completely in offline mode.