About 50 results
Open links in new tab
  1. webview - In App browser vs Web View vs Embedded browser What's …

    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 app built …

  2. How to load external webpage in WebView - Stack Overflow

    I am setting a custom webViewClient to my webview. In my custom made WebViewClient, I have overloaded the shouldOverrideUrlLoading method to load my url. I am passing my url with this loc: …

  3. c# - JS/.NET interact on MAUI WebView - Stack Overflow

    Aug 3, 2022 · I am migrating our app from Xamarin to MAUI, and I am a bit struggling with migrating the code that handles JS/.NET interactions in a WebView on both Android and iOS. Let's focus on …

  4. Android WebView, how to handle redirects in app instead of opening a ...

    So right now in my app the URL I'm accessing has a redirect, and when this happens the WebView will open a new browser, instead of staying in my app. Is there a way I can change the settings so the …

  5. Creating custom webview in maui 6/7 - Stack Overflow

    Aug 16, 2023 · Creating custom webview in maui 6/7 Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 4k times

  6. Android Webview - Webpage should fit the device screen

    Oct 12, 2010 · Android Webview - Webpage should fit the device screen Asked 15 years, 6 months ago Modified 4 years, 7 months ago Viewed 289k times

  7. How to access the camera from within a Webview? - Stack Overflow

    Nov 17, 2016 · In my android app, I am trying to load a webpage (that must access the camera) on WebView. On my laptop, when I load the webpage, I could access the camera. Everything else on …

  8. android - File Upload in WebView - Stack Overflow

    May 6, 2011 · I have been struggling to upload files from WebView. I googled and implemented all suggested solutions (e.g. this SO post), but none work. I have an HTML page with the following code …

  9. Error loading webview: Error: Could not register service workers ...

    May 26, 2021 · Thanks! I helped me to solve the issue to be failed to load the webview in vscode.

  10. How do I get the web page contents from a WebView?

    Mar 4, 2010 · On Android, I have a WebView that is displaying a page. How do I get the page source without requesting the page again? It seems WebView should have some kind of getPageSource() …