22,570
questions
0
votes
0
answers
8
views
Missing Web Page Content
I'm reaching you because I've got a kinda weird issue with flutter_webview, we are trying to convert our e-com to a mobile app with webview for now, as we need to do it quickly.
But the issue is that ...
0
votes
0
answers
22
views
Capacitor server.hostname same as web deployment URL on Android
I have a Next.js app that I deploy to web, let’s say to URL https://example.com, and also wrap with Capacitor to release to Android and iOS. To enable the autofill feature on Android, we set server....
0
votes
2
answers
23
views
XCode 16 How to create folder reference?
I tried to add files to xcode 16 for loading a react build into webview by following this tutorial https://ditto.live/blog/run-react-locally-in-ios-app:
Right click on the Project(In project ...
0
votes
1
answer
28
views
How to load a custom TTF font in a WebView in .NET MAUI across multiple platforms (Android, iOS, Windows)?
I'm building a .NET MAUI app that uses a WebView to display HTML content. I want to use a custom TrueType font (.ttf) within the HTML, but I’m having trouble loading it properly across Android, iOS, ...
0
votes
0
answers
27
views
Android accessibility: perform an accessibility action without moving the cursor in WebView
I'm developing an Android accessibility application.
for this application I need to retrieve the five nodes immediately following the node currently focused by talkback (the five nodes that talkback ...
0
votes
1
answer
14
views
WebViewClient.onLoadResource method alternative in flutter_inappwebview?
Is There any alternative to WebViewClient.onLoadResource method in flutter?
I am looking for a function that will tell me what resources the web is loading in flutter.
I searched so far for an ...
0
votes
0
answers
21
views
Pass cookies to expo-web-browser
I'm using expo-web-browser to open webviews in my Expo app. For basic, public links this has worked great so far, using WebBrowser.openAuthSessionAsync(url).
However, I also need to open links which ...
2
votes
1
answer
51
views
Issue with Loading CSS and JS Files in WebView from MAUI Resources Folder
I am building a .NET MAUI app and am trying to render an HTML file in a WebView. The HTML file needs to load external CSS and JavaScript files that are located in the Resources/FirecodeRequirements ...
0
votes
0
answers
28
views
How can I cache a web page and show that page if there is no internet?
I'm using the package webview_flutter to load webview in the app. What I want to achieve is to show a cached webpage if there is no internet. How is that possible in Flutter using webview?
Here's my ...
0
votes
0
answers
39
views
How to resolve spacing issues with CarouselView inside a WebView and ScrollView in .NET MAUI?
(https://i.sstatic.net/mXYjWeDs.png)
I am building a .NET MAUI app that displays articles with the following functionalities:
Swipe right to left or left to right to move between articles.
Scroll up ...
0
votes
0
answers
28
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
14
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
29
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
44
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
48
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
38
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
94
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
30
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
23
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
37
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
25
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
46
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
25
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 ...
0
votes
0
answers
25
views
How to Load Login URL with Parameters in Flutter WebView After Deep Link Click from Inbox
I'm building my first Flutter app to display my WordPress website in a WebView. Everything works well except the login process.
The app lets users log in by submitting only their email on the main ...
0
votes
0
answers
23
views
Android webview file upload only works once if aborted
Scenario
I have an Android app with a WebView.
The WebView is displaying a web page with a simple file upload control. The simplified code is:
<input id="photoupload" type="file"...
0
votes
0
answers
26
views
ReplayKit capture with audio playing from WKWebView
I'm attempting to use ReplayKit to record my app, Its a music production app where I use the WebAudio API to play and synchronize playback and have some animations and things.
ReplayKit appears to ...
0
votes
0
answers
49
views
RN onMessage not triggering on Android (working fine on iOS)
I’m implementing a web scraper in my managed Expo app, which requires injecting JavaScript to capture certain elements.
Below is a snapshot of my WebView class:
import Colors from 'constants/Colors'
...
0
votes
0
answers
83
views
How to set font size of the rendered webpage via webview_flutter in Flutter app?
I tried the solution stated in this link, by setting the bodyLarge, bodyMedium, and bodySmall fontSize values in the TextTheme as follows but it did not apply to the rendered webpage.
void main() =>...
0
votes
1
answer
24
views
TouchListener works only once after enabling zoom in Android webview
The simplified version of the code I wrote:
//Enable zoom.
WebSettings webSettings = webView.getSettings();
webSettings.setBuiltInZoomControls(true);
webSettings.setSupportZoom(true);...
0
votes
0
answers
59
views
React Native webview onNavigationStateChange is not getting called in web app (chrome)
I'm working on a React Native application that uses react-native-webview to load a third-party URL. I implemented the onNavigationStateChange callback to handle navigation based on the URL's state. ...
0
votes
0
answers
26
views
Google-Sign In not Working in Android WebView
I am implementing an android webView application using my mobile responsive WebApp.
Everything works fine, but the google sign in doesnt work as intended. Sometimes the app opens Browser window and ...
2
votes
1
answer
52
views
Flutter GetX: Obx not updating when using updateLoading() inside WebView
I'm using Flutter with GetX for state management. I have a WebView inside a Stack, and I want to display a CircularProgressIndicator while the WebView is loading. However, the Obx widget does not seem ...
0
votes
0
answers
27
views
WebView Flutter - Changing Date/Time closes application
Currently using webview_flutter package to exhibit a custom html page inside my application. It consists of come input forms that are in hh:mm format.
I have attributed default values to all fields, ...
0
votes
1
answer
38
views
Flutter webview makes other widgets non interactive
When using webview any gestures or mouse events ignores and widgets above on webview become non interactive like in my sample if a add webview in stack listview does not scroll.
https://zapp.run/edit/...
0
votes
0
answers
45
views
Host Static SPA written in HTML/JS in WebView2
I have created a Static SPA using SvelteKit, and i want to open the application in Revit using WebView2. The compiled file structure of my application looks like this:
build
- index.html
- favicon.png
...
0
votes
0
answers
91
views
How to Handle reCAPTCHA v2 Checkbox After Safetynet API Deprecation?
I'm currently using Google reCAPTCHA v2 Checkbox for user verification in my Flutter app, implemented via the grecaptcha package. Recently, I learned that Google is deprecating the SafetyNet API, so I ...
0
votes
0
answers
15
views
Electron webview does not handle css correctly
I have an external static web, which shows correctly in chrome as P1 below
When I use webview in electron with code
<webview src={url} style={{ width: '100vw', height: '100vh' }} >
it shows a ...
0
votes
0
answers
73
views
WebView Drag and Drop functionality isn't working
I have a simple code which renders the url using webView. I have a functionality of drag and drop on the web. which works perfectly fine when I check it on an actual browser, but it is not working on ....
0
votes
0
answers
29
views
Flutter Webview, python
I can’t run the project through flutter! It doesn’t take the location on Android, and the video/camera doesn’t display on iPhone! Help with this, other sites with camera and location support are all ...
0
votes
0
answers
17
views
How can I redirect from a WebView back to my app after saving data (avatar) to Firestore?
I’m using a WebView in my Flutter app to allow users to create avatars via Ready Player Me. After the avatar is created, I save the avatar URL to Firestore. Once that’s done, I want to redirect the ...
0
votes
0
answers
56
views
Individual sessions for each webview in Tauri application
When it comes to Electron, you can create partitions for each webview and they have differnet sessions.
How do I achieve in the Tauri.
I'm able to put multiple webview in a single window. But don't ...
0
votes
0
answers
41
views
Expo web view implementation into a pre existing react native expo project
I have an existing react native expo project. I’ve tried installing and using expo-web-view with no success. I’m trying to incorporate an iframe with a Soundcloud widget into the expo react native ...
0
votes
0
answers
26
views
Loss GPS EXIF Data for upload image via android app (WebChromeClient)
So, we build some android app (Android 10+) for website. And we have function to create item profile that base on GPS data of EXIF Image of during uploading image. On our app we use WebChromeClient ...
1
vote
0
answers
76
views
Use Kotlin Multiplatform wasmJS in android/ios webview
Is it possible to use Kotlin Multiplatform's wasmJS in a WebView?
I've configured it for Android's WebView, but the screen remains blank.
However, when using the IR (JavaScript) target, it works fine.
...
0
votes
0
answers
38
views
Has Google allowed Figma to bypass the 403 Disallowed Useragent error for in-app webview Google logins?
I’ve encountered the “403 Disallowed Useragent” error when attempting Google logins in many in-app webviews (e.g., in messenger apps or embedded browsers), which Google restricts for security reasons. ...
0
votes
0
answers
27
views
How can I get the Current Page is Last Page event in Webview in Kotlin?
I am loading Pdf file from URL into web view with this
val doc = "<iframe src='http://docs.google.com/viewer?url=${pdfFile}&embedded=true' width='100%' height='100%' style='border: none;'&...
0
votes
0
answers
33
views
ios swiftui webview Print is not triggerring
i have an ios app built using swiftui that dipslays webview
the web app contains print function, it triggers correctly from web browser but its not triggering from the ios app
the print uses this ...
0
votes
0
answers
27
views
Leaflet heatmap 'getImageData' Javascript error in Android Webview (chromium)
Each time I attempt to display a Leaflet heatmap in an Android WebView object I get the following error in logcat from chromium and the map never displays:
"Uncaught IndexSizeError: Failed to ...