Closed GoogleCodeExporter closed 9 years ago
This is not a bug, problem with the stagewebviewbridge, use meta tags to
disable this controls in android....
Original comment by xperime...@gmail.com
on 3 Feb 2012 at 10:55
Hi
Thank you for your answer.
Is there a meta tag for android? I can only find one for ios...
Med venlig hilsen/regards,
Hans Henrik S�llested
B�llemosegyden 78
DK-5491 Blommenslyst
+45 66 166 101
101-ODENSE - www.101-odense.dk
Original comment by 101ode...@gmail.com
on 3 Feb 2012 at 11:41
Try to add this meta-tag into HEAD section:
<meta name="viewport" content="width=device-width, minimum-scale=1,
maximum-scale=1, user-scalable=no">
Original comment by m.ovechn...@gmail.com
on 2 Aug 2012 at 7:45
i have this proplem too.. if i try zoom the map i just zoom the screen, but not
zoom function google map. i use zoom only if i click twice on my device or use
standart button "+". i try use
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/src/markermanager.js"></script>
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="../src/data.json" type="text/javascript"></script>
<script type="text/javascript">
but its doesn work.. any ideas? Ps android 2.3 HTS Desire s
Original comment by Valler...@gmail.com
on 27 Oct 2012 at 12:51
in IOS its work
Original comment by Valler...@gmail.com
on 27 Oct 2012 at 12:52
Original issue reported on code.google.com by
101ode...@gmail.com
on 3 Feb 2012 at 8:33