improve zoom behavior of Wiki screen
This commit is contained in:
parent
a26829f4c9
commit
ae8487d661
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon
|
|||
settings.setDefaultTextEncodingName("utf-8");
|
||||
settings.setBuiltInZoomControls(true);
|
||||
settings.setDisplayZoomControls(false);
|
||||
settings.setSupportZoom(true);
|
||||
|
||||
wv.loadDataWithBaseURL(null, content, "text/html", "UTF-8", null);
|
||||
// wv.loadUrl(OsMoService.SIGN_IN_URL + app.getSettings().OSMO_DEVICE_KEY.get());
|
||||
|
|
Loading…
Reference in a new issue