iphone - Embedded Google maps opening app on iOS -


i have google map embedded in bootstrap site. busy testing on different mobile devices , when on ios , open page embedded map on it, maps app on device opened.

i don't think doing fancy, stop. not occur on android devices.

my html follows:

<section>     <div class="well well-sm">         <iframe width="100%" height="350" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=central%2bpark&ie=utf8&z=12&t=m&iwloc=near&output=embed"></iframe>     </div> </section> 

this default behavior of iphone/ipad regard maps. change behavior follow these steps stated in google support :

1.visit search settings page iphone or ipad.

2.scroll down "google maps" section.

3.select never use native app.

4.touch save @ bottom of page.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -