GPS works offline?
Hi Team,
Im wondering if the GMAP can work in OFFLINE(without wifi connection,data network)?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Team,
Im wondering if the GMAP can work in OFFLINE(without wifi connection,data network)?
Hello She,
GPS - positioning system, it is not sending parts of globe to the gmap component, thus gmap is not working.
GPS works offline?
GPS and Ethernet have different purposes, 1st provides you location on the Earth, second access to WWW.
Hi Egor,
so whats wrong with GMAP on my app??
and this is weird. in browser tester all thethe buttons in the startScreen Page is working perfectly, its navigate to the next page.
but when the app is installed to the devices.
the button is not navigating to the next pages.
i hope you can help me out here.
in GMAP and in to the buttons
Thanks,
She,
it can't load map parts from Ethernet, cause it's off, as you said.
gmap consist of images/tiles of location you want to see on the map.
It shouldn't work without Ethernet in offline mode
She,
1) you can use gmap component if GPS is on, it's not enough. GPS is just a location, you can get value of your position with GeoLocatoin plugin.
gmap doesn't provides you the location, it shows images by the location, but for this you need:
a) Ethernet connection to send a request to google geocoding API
b) receive images so gmap component could show the location as a set of images
2) Open Console (Chrome F12) navigate to console tab to see if there is no errors. Please send us screenshots of errors you may find in console.
Thank you Egor, i Already got the problem in number 2.
Thank you