22,567
questions
0
votes
0
answers
2
views
React Native Web View Redirect
this my Web View in React Native:
<WebView
injectedJavaScriptBeforeContentLoaded={injectedJs}
startInLoadingState={true}
ref={webViewRef}
onTouchStart={() => setScrollEnabled(false)}
onTouchEnd={...
0
votes
0
answers
9
views
Invoking WebViewClient callbacks on WebView.reload()
I am creating an Android app using WebView. Here are the steps performed:
Show a progress bar at start
Load my webpage
If the page loads successfully, hide the progressbar and show the webview
If the ...
0
votes
1
answer
23
views
Evaluating Javascript in WebView through Jetpack Compose IconButton
I am writing my first Android app and after lots of trial and error I've managed to get a working scaffold structure with a top bar, bottom bar, and webview. What I'm trying to do now is make is so ...
0
votes
0
answers
34
views
Uncaught (in promise) NotAllowedError: Permission denied in MAUI Android
In my MAUI multi-project app, I am loading an external URL using the Maui's WebView, that page has an option to record audio. I have created a custom handler for this functionality, and it is being ...
0
votes
0
answers
41
views
webview.getHeight() inside of onPageFinished(WebView view, String url) not working
I need to get webview height of each one of these webviews
<ScrollView
android:id="@+id/scrText"
android:layout_width="match_parent"
...
1
vote
0
answers
33
views
Flutter Webview net::ERR_CONNECTION_TIMED_OUT
I have a flutter app
I am trying to use https://pub.dev/packages/webview_flutter to show this website:
https://pagoumbria.regione.umbria.it/pagoumbria/
but I always receive the error net::...
0
votes
0
answers
81
views
Open app from Instagram webview on Android
When the user is browsing a web page in the Instagram webview, there doesn't appear to be a way to open another app that the user has installed on their Android device.
I have Android App Links set up ...
-1
votes
0
answers
25
views
Flutter App is displaying csv file in webview instead of downloading it on ios
I'm using the inappwebview package for Flutter and trying to download a CSV file from a website. The issue only occurs on iOS: instead of downloading the file, it displays it in the WebView. The ...
0
votes
0
answers
75k
views
Android System WebView version 130.x.x.x is not loading local PDF files in app
i am using Android System WebView to load local PDF in app which has some other functionality on same screen along with webview.
till webview version 129.x.x.x local PDF was loading perfectly fine but ...
0
votes
0
answers
27
views
Is it possible to set unsafely-treat-insecure-origin-as-secure in a `data:text/html` WebView
I generate a WebView as follows:
val encodedHtml = generateEncodedHtml()
webView.loadData(encodedHtml, "text/html", "base64")
}
private fun ...
0
votes
0
answers
21
views
How to Detect the Position of a Webview in VS Code After It Has Been Dragged?
I am developing a VS Code extension that provides a webview in the sidebar. The webview is created using vscode.window.registerWebviewViewProvider. Users can drag the webview from the sidebar to the ...
0
votes
0
answers
32
views
How to crop viewable website area using webview_flutter package?
I am making an app, and I am experimenting with the WebView_flutter package. I want to have a website shown in multiple screens in my app. My issue is that when I use WebView, it displays the whole ...
0
votes
0
answers
23
views
MSAL logout after a while and can't get new session on sltn token acquires
The application uses WebView as a SPA (Single page app) to display the web application in the Android application and MSAL for user authorization and access to the application. After the sign-in ...
0
votes
0
answers
34
views
I got a error that Application exit (SharedArrayBuffer is not defined) in flutter webview. My project is qt wasm project. How can I solve it? [duplicate]
I have a WebAssembly (WASM) project that I developed using C++ and Qt. I can run this project on a Python server, which is configured with CORS policies and HTTPS. When I run the server, I can see my ...
0
votes
0
answers
23
views
web locate me button is not working on android webview
we have a web app that showing an ezri map with locate me button, the button is working on the web browser, but its not working on the android web view, also the location permission is enabled, see ...