(I've got a stupid problem using webview or phonegap.)
if I start.. its all okey.. then the zoom elements are visible..
but after i zoom in.....
I cant zoom out to the start value..
the problem only exists since versions above 2.2.
how I can make it possible to zoom out more far???? like it was always..
Code:
[SIZE=2][LEFT][/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]super[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].loadUrl([/SIZE][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]"file:///android_asset/index.htm"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]);
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]super[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]appView[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].getSettings().setSupportZoom([/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]true[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]); [/LEFT]
[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]super[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]appView[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2].getSettings().setBuiltInZoomControls([/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]true[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]);
[/SIZE]
if I start.. its all okey.. then the zoom elements are visible..
but after i zoom in.....
I cant zoom out to the start value..
the problem only exists since versions above 2.2.
how I can make it possible to zoom out more far???? like it was always..