Monty Lennie

Results 5 comments of Monty Lennie

@vikmeup Yes Android. Also when I try `navigator.geolocation.getCurrentPosition` it returns `Position Error` with `code: 1` and `message: "User denied Geolocation"`. The problem is it never asked me to allow geolocation...

https://stackoverflow.com/questions/33070698/google-maps-v3-in-android-webview-gives-error-user-denied-geolocation https://stackoverflow.com/questions/5329662/android-webview-geolocation/5423026

Sounds good. @vikmeup I'll contact you there. I ended up using `sentry` https://sentry.io which allowed me to access `js` errors

any update on this? I'm also getting contents of `.profile.d/google-credentials.sh is echo > /app/google-credentials.json`

I got it working by making a custom `toJSON()` in the sails models that deletes the associations and adds the association ids instead. But clearly this is a very temporary...