Skip to main content

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.

0 votes
0 answers
8 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
15 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
21 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
11 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
0 answers
14 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,668
0 votes
0 answers
14 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,430
1 vote
1 answer
23 views

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

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
41 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
37 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
0 votes
0 answers
19 views

Incorrect click coordinates for events caused by react onClick handler

I'm seeing weird behavior with react onClick handlers when device emulation mode is turned on in Chrome (and also in my own capacitorjs apps running on an Android device). Essentially, clicks right ...
Andrew's user avatar
  • 1,940
0 votes
0 answers
10 views

Android viewpager2 + viewpager2 + webview

In viewpager2, the item of vp2 at the innermost part of viewpager2 is webview. How to handle sliding conflicts, prioritize responding to webview's sliding, followed by the parent vp2, and finally ...
lidiwei's user avatar
-1 votes
1 answer
45 views

How can I determine if a key is pressed in Dioxus?

I'm working on a dioxus desktop app where I have a long list of check boxes. I want to be able to shift select to check off a range of them at once but can't figure out how to determine if the shift ...
crfellows's user avatar
0 votes
0 answers
18 views

android.R.id.shareText value doesn't match the actual menu item value

I'm trying to remove (or not to add) build-in share item in Android WebView context menu. But for some reason android.R.id.shareText yields different value, not one which corresponds to the actual ...
Mike Keskinov's user avatar
0 votes
1 answer
204 views

Android Webview error - chromium handshake failed; returned -1, SSL error code 1, net_error -202

I want to open a link in Android webview but getting an error chromium: [ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -202 The link works in web ...
Bhaskar Jyoti Dutta's user avatar

15 30 50 per page
1
2 3 4 5
1508