webview zoom

  1. T

    Spanish Problema con WebView

    Hola a todos, estoy creando un proyecto "sencillo", pero tuve una dificultad que no me deja avanzar: Tengo un webview donde cargo una página con el user agent de computadora, todo bien, hasta que oprimo un botón y me abre un pop-up para introducir datos, al hacer esto el botón de confirmación...
  2. D

    Android Question Hide Magnifying Glass on Webview

    I have looked at the various options and I can't get rid of the webview magnifying glass: I am using the following code: Dim MyWebSettings As WebSettings = MyWebViewExtras.GetSettings MyWebSettings.SetSupportZoom(True) MyWebSettings.SetBuiltInZoomControls(True)...
  3. tsteward

    Android Question Hide Webview Zoom Controls but still have zoom

    Is it possible to turn off the + & - zoom buttons on a webview but still have pinch zoom. If I turn off zoom in the designer the buttons are gone but can no longer pinch zoom. If I leave it on in designer and use the webviewsettings library I have tried setDisplayZoomControls does not have any...
Top