About 7,730,000 results
Open links in new tab
  1. webview - How can I determine if an Android app is built with a …

    Jan 19, 2015 · The thing is that I sometimes have a feeling that a given app is a webview because the look and feel is a bit different, but on the other hand perhaps the developers simply chose …

  2. webview - In App browser vs Web View vs Embedded browser …

    Oct 20, 2021 · WebView is an embeddable browser that a native application can use to display web content. Here, the native application can be an IOS mobile app built with swift, a Android …

  3. Destroy webview in Android - Stack Overflow

    38 Fail To Destroy WebView Firstly, a lot of example i had been tried for destroy the webview in Android. For example: Memory Leak in Android Although i was destroying webview in the …

  4. java - Android Webview initial zoom out - Stack Overflow

    I'm using a webview in my android app, at the moment when the app is started the website is zoomed in quite a lot, i want it to be zoomed out to fit the width of the screen. I currently have …

  5. android - Running WebView in Background - Stack Overflow

    While WebView s need to be manipulated on a single thread it doesn't necessarily need to be the UI thread (unless you want to attach the WebView to the view hierarchy), however it needs to …

  6. Android WebView not loading URL - Stack Overflow

    Webview or Imageloader can not load url or image because android 9 have network security issue which need to be enable by manifest file for all sub domain. so either you can add security …

  7. Android Webview - Webpage should fit the device screen

    Oct 12, 2010 · I have tried the following to fit the webpage based on the device screen size.

  8. How to enable zoom controls and pinch zoom in a WebView?

    The default Browser app for Android shows zoom controls when you're scrolling and also allows for pinch zooming. How can I enable this feature for my own Webview? I've tried: webSettings.

  9. Android WebView: handling orientation changes - Stack Overflow

    Jun 16, 2009 · The issue is the performance following rotation. The WebView has to reload the page, which can be a bit tedious. What's the best way of handling an orientation change …

  10. java - Android WebView isn't scrollable - Stack Overflow

    Put webView into a linear layout and set orientation to vertical, Scrolling will be enabled.