Ionic Native GMAPS Geolocation

PLease someone help me , why i got blank screen when i run google maps geolocation on android but if i run on browser that maps run normally …

You need to provide some more information. How’s your CSS looking?

thanks for response @jorgster , now gmaps run normally in my device … i just add “uses-permission android:name=“android.permission.INTERNET”
uses-permission android:name=“android.permission.NETWORK_ACCESS”
uses-permission android:name=“android.permission.ACCESS_WIFI_STATE”
uses-permission android:name=“android.permission.ACCESS_NETWORK_STATE”
uses-permission android:name=“android.permission.ACCESS_COARSE_LOCATION”
uses-permission android:name=“android.permission.ACCESS_FINE_LOCATION”
uses-permission android:name=“android.permission.ACCESS_LOCATION_EXTRA_COMMANDS”
in androidmanifest.xml
and add
edit-config file=”*-Info.plist" mode=“merge” target=“NSLocationWhenInUseUsageDescription”>
We want your location! Best regards NSA
edit-config in config.xml … thanks for response once again … thats problem is solved right now :smiley:

Aha, yeah that’s essential. Great to hear it works, nothing is better than that!