kverweij / stagewebviewbridge

Automatically exported from code.google.com/p/stagewebviewbridge
0 stars 0 forks source link

Disable zoom on android? #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Zoom controls appears on the stagewebview

What is the expected output? What do you see instead?
No zoom controls

What version of the product are you using? On what operating system?
Air 3 version

Please provide any additional information below.
Is it possible to add a feature to disable zoom controls on both android and 
ios devices?

Original issue reported on code.google.com by 101ode...@gmail.com on 3 Feb 2012 at 8:33

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
in IOS its work

Original comment by Valler...@gmail.com on 27 Oct 2012 at 12:52