getCurrentLocation doesn't work on mobile - Need location permissions for View App
We are trying to create some method for which to track the location from which a user access our Vuforia Experience Service to try and reduce unauthorized access. I found in the $scope.device.location a function called getCurrentLocation(), which when called updates the $scope.device.location.lastLocation values. Testing on the preview it works exactly as expected, however on mobile it does not. I suspect this is because I was able to allow location on my browser however, since the View App does not have a request to allow access to location built into it a mobile does not produce a location and there is no where to force it in the phones permissions settings because again the View app does not have the provisions for it by default.
I'm wondering if there is a way to trigger this permission request from the experience itself (both on iOS and Android) or some other method for which to get the GPS Lat and Long (perhaps even just IP address) of the device which a user is accessing with?
Thanks for your time.

