I have the lat and lon but I want to display it in native google map and native ios map. I cant get it to work with ios.
i tried the other posts but there all OLD and dont work.
Here is my code that works in android
window.open("geo:0,0?q=" + localStorage.getItem('companymapped'), '_system');