NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
How do you do an address lookup on a mobile device's native map app from NT?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do you do an address lookup on a mobile device's native map app from NT? (Read 2799 times)
kboller
Newbie
Posts: 24
How do you do an address lookup on a mobile device's native map app from NT?
«
on:
December 05, 2023, 07:23:36 AM »
I'm trying to create a lookup button on a Nettalk WebForm that will call a native mobile map app with a physical address. Is that possible?
Thanks,
Kurt
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: How do you do an address lookup on a mobile device's native map app from NT?
«
Reply #1 on:
December 06, 2023, 03:46:03 AM »
unless your browser has some way to communicate with the local (not browser?) app, no.
Logged
kboller
Newbie
Posts: 24
Re: How do you do an address lookup on a mobile device's native map app from NT?
«
Reply #2 on:
December 06, 2023, 05:24:45 AM »
I thought since you can select an address in a browser (from a web page), do a lookup and in Google select the map option that it would be possible. Maybe in some Rube Goldberg sort of way?
Thanks,
Kurt
Logged
Alberto
Hero Member
Posts: 1873
Re: How do you do an address lookup on a mobile device's native map app from NT?
«
Reply #3 on:
December 06, 2023, 09:59:42 AM »
I dont fully understad what you need but if you need to open a google map you can add this in a button , onclick tab:
'
https://www.google.com/maps/dir/?api=1&origin='
& p_web.GSV('_Latitude_') & ',' & p_web.GSV('_Longitude_') & '&destination='&ppar:latitud & ',' & ppar:longitud
Logged
-----------
Regards
Alberto
kboller
Newbie
Posts: 24
Re: How do you do an address lookup on a mobile device's native map app from NT?
«
Reply #4 on:
December 07, 2023, 05:57:13 AM »
Thank you Alberto, I think that will do the job.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
How do you do an address lookup on a mobile device's native map app from NT?