Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [webview]

Elements in graphical user interfaces that host HTML content. For Android, look at the android-webview tag. For iOS, look under uiwebview or wkwebview. For VS Code, look under vscode-webview.

webview
0 votes
1 answer
10 views

Android websettings.setcachemode is globally?

I called clearCache in an Android WebView to delete the cache. However, I found out that this method works globally for the application’s WebView. clearCache Added in API level 1 public void ...
choi's user avatar
  • 1
0 votes
0 answers
14 views

Flutter: Programmatically read a NFC tag in a WebView JavaScript Channel callback

In Flutter, I want to read the ID of a NFC tag using the nfc_manager package while a WebView JavaScript Channel callback is triggered by the website loaded in the WebView. Like this: .....
Rogier's user avatar
  • 67
0 votes
0 answers
8 views

tradingview-lightweight-android apis not getting updated

I have a page in jetpack-compose in which I show a financial chart, using tradingview-lightweightchart-android library(which is just a wrapper around webview and tradingview-lightweight-chart). The ...
Arman TabibZadeh's user avatar
0 votes
0 answers
61 views

Space character in Webview's Source causes net::ERR_FILE_NOT_FOUND error

In a .NET 8 Maui project that targets Android API 34, I'm using a Webview with a Source defined by a variable: myWebView.Source = "https://example.com/?q=" + myVariable If there is one or ...
Costas's user avatar
  • 521
1 vote
0 answers
26 views

How to communicate between js and flutter webview?

I'm integrating webview in my flutter app. Here is the relevant code: import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; class _WebViewStackState extends ...
Sat's user avatar
  • 11
0 votes
0 answers
20 views

Android Webview doesn't process <a href to trigger a deeplink

I want embedded webview from others apps process my appLink example: <p><a href="https://www.example.com/gizmos">Open Gizmos Page</a></p> and in my app i already have ...
Anthony Koueik's user avatar
0 votes
0 answers
20 views

How can I embed HTML code which has external JavaScript file in Flutter WebView

I want to add a Fine Calculator in my Flutter app. This calculator is already provided by a third party: https://www.bussgeldrechner.org/webmaster.html. The only thing you have to do is change the ...
user26433796's user avatar
0 votes
0 answers
23 views

Trouble Loading CSS Files in Kivy App Using WebView

I'm currently developing a mobile app with Kivy where I load HTML templates into a WebView. While the HTML templates load correctly, I've encountered an issue with loading CSS files. Here’s how I've ...
Hance's user avatar
  • 1
-1 votes
0 answers
12 views

Flutter : cache is not storing in in_app_webview in IOS

In my Flutter application, I am using a WebView to display a game called Word Scrambler. The game includes a timer, but on iOS, the timer restarts when the application is closed and reopened because ...
Vikas Dagar's user avatar
0 votes
1 answer
20 views

Android WebView with overflow: auto causing unwanted horizontal scroll to appear

I have a WebView that fills up a <LinearLayout> and the overflow: auto pagination at the bottom of the page is causing a horizontal scroll to appear. This is the HTML: <div class="...
himmip's user avatar
  • 1,678
0 votes
0 answers
17 views

Blazor windows forms error showing problem

part of my Program.cs for loading Form1 that loads webview: var host = Host.CreateDefaultBuilder(null) .ConfigureWebHostDefaults(webBuilder => { webBuilder.UseStartup<Startup>(...
mz1378's user avatar
  • 2,440
1 vote
1 answer
32 views

Android: WebView displaying blank page when html string contains <style> tag [closed]

I need to present a dialog with html content, and for that I'm using an AlertDialog.Builder to create a dialog based on a custom view which includes a WebView. The WebView renders correctly inside the ...
Diego Perez's user avatar
  • 2,588
2 votes
0 answers
61 views

.NET MAUI Android: WebView requires internet connection

So I have local WiFi network with no internet connection, within this network I host site and i want to display this site in WebView in Android MAUI app, but since there is no internet i'm getting ...
chrisx123456's user avatar
0 votes
0 answers
19 views

zip file and download in angular web that view in webview

Because the server is saving the files separately and not storing their compressed files separately, I need to zip the files again after getting the file content. I'm using jszip library to zip file ...
con_meo_Free's user avatar
0 votes
1 answer
44 views

Where are pictures saved when opening the camera from iOS webview?

I have a react native app which uses react-native-webview 13.10.3 (which uses WKWebview on iOS). Sometimes the page in the webview contains an <input type="file"> which, on click, ...
Matthew Sweeney's user avatar

15 30 50 per page
1
2 3 4 5
1508