Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 Final
-
Fix Version/s: 1.3 Final
-
Component/s: Applications
-
Labels:None
-
Environment:icemobilespring geolocation
Description
If high precision is turned on for geolocation, it does not get cancelled when navigating away from the page, so the GPS remains on. Unlike JSF, where we can detect the navigation and cancel the position watch, the Spring MVC provides no such facility so it needs to be handled at the application level.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
There is no facility for the framework detecting when we leave the page in Spring. I've implemented an application level timer to stop GPS after 2 minutes.