Error al usar la geo localización de app inventor,

80 views
Skip to first unread message

Osvaldo Marileo

unread,
Jun 20, 2016, 12:36:00 PM6/20/16
to MIT App Inventor Forum
¿Alguien sabe porque aparece? "este vínculo no es compatible con la versión web móvil de google maps" , cuando ocupo mi aplicación. Solo me aparece algunas veces, la mayoria de las ocaciones funciona bien... 

Taifun

unread,
Jun 20, 2016, 2:11:40 PM6/20/16
to MIT App Inventor Forum
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

Taifun

Trying to push the limits of App Inventor! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun. 

Osvaldo Marileo

unread,
Jun 20, 2016, 4:32:09 PM6/20/16
to MIT App Inventor Forum

La idea es que cuando presione el botón (btn_llegue.click) envíe la latitud y la longitud a la url especificada, pasando por get la latitud y longitud. en caso de que la latitud y longitud no existan, se envía un mensaje de alerta "Espere Localización Por Favor, GPS buscando".

Taifun

unread,
Jun 20, 2016, 4:51:59 PM6/20/16
to mitappinv...@googlegroups.com
1. never use open another screen together with "Screen1", why see here

2. use Do it to check your URL, see also tip 4 here
probably you are in a country, which uses comma as decimal delimiter? if yes, you probably have to convert comma to dot
also the space in the usuario parameter could be a problem, use the Web.UriEncode block to encode the name or write %20 instead of space

3. to use the timer always fires property does not make sense in this case, instead before going to another screen, you should stop the clock, just set clock,TimerEnabled to false

Taifun
Reply all
Reply to author
Forward
0 new messages