Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

Im new to expo. Im trying to make a webview app. It should be able to check if there's an internet connection before loading URl. And if there's none, it will show a simple message. What i have now is ...
Mohd's user avatar
  • 1
0 votes
0 answers
64 views

Alpine.js functionality is not working when accessed with WebView on iOS (React Native). On Android it works as expected. Is there any way to setup WebView to make it work? //App.tsx import React ...
Miso's user avatar
  • 1
0 votes
0 answers
88 views

I am a developer new to Flutter. I am developing a webview-based app using Flutter. On the webpage, there is a JavaScript snippet like this: webkit.messageHandlers.appleLogin.postMessage(message); ...
wussup's user avatar
  • 53
0 votes
0 answers
59 views

Bug description: I am encountering an issue with WebView in my React Native app. When the application is launched using a deep link, the WebView does not retain the access token, causing the user to ...
Rohit Deshmukh's user avatar
0 votes
1 answer
444 views

I'm using the webview_flutter package in my Flutter app to display a webpage when a button is pressed. Everything works as expected in the Xcode iOS simulator and when I run the app on a physical ...
Spicy Pumpkin's user avatar
2 votes
1 answer
1k views

I have an app consisting only of a webview. I'm trying it to update for Android 15 with edge to edge. Below the current code from layout/webview.xml and MainActivity.kt. It worked well on Android 14. &...
Lorenz Meyer's user avatar
2 votes
3 answers
2k views

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 ...
Yadav Dhakal's user avatar
0 votes
1 answer
98 views

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 ...
FF Gaming's user avatar
2 votes
1 answer
470 views

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 ...
Jhezavell Velono's user avatar
0 votes
1 answer
264 views

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 ...
GiantDwarf's user avatar
1 vote
0 answers
78 views

I need to get webview height of each one of these webviews <ScrollView android:id="@+id/scrText" android:layout_width="match_parent" ...
DCD's user avatar
  • 345
0 votes
0 answers
534 views

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 ...
X455u's user avatar
  • 1
0 votes
0 answers
109 views

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() =>...
rusty's user avatar
  • 1,221
2 votes
1 answer
144 views

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 ...
Susheel Patel's user avatar
0 votes
1 answer
87 views

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/...
Burhan Khanzada's user avatar
0 votes
0 answers
38 views

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 ...
Ердан Дуйсембиев's user avatar
1 vote
0 answers
175 views

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. ...
Ghasem Shirdel's user avatar
1 vote
1 answer
280 views

I have the Flutter WebView package in my pubspec.yaml. The webview has a JavaScript channels feature. You can a define a Dart function with a name like Foo for example. But for that function to handle ...
Ryan Tshovu's user avatar
2 votes
0 answers
67 views

I'm using WebView to display an vision360 video in flutter. The URL was not looking right in WebView that why JavaScript is used to modify width and height of video and buttons, But in some big ...
Farhana Ansari's user avatar
1 vote
1 answer
90 views

Most websites(e.g. Facebook, Google, YouTube) are fine. Some things like the on Image is not! What's the issue? And why exactly does this website cause this issue? @Composable fun WebViewComposable( ...
Sasha Matveev's user avatar
1 vote
0 answers
161 views

I have a cordova based Android application that runs web based content and used localstorage and indexedDB. I am encountering an issue where if the Android device is powered OFF and powered ON ...
danial's user avatar
  • 11
1 vote
0 answers
71 views

Hi I'm trying to display html content from external file located on my hard drive with WebView. There is also reference to js file inside the html. When I run my program the output window is empty. I'...
Nik0lay's user avatar
  • 11
0 votes
1 answer
53 views

When I create a structure with webview and SingleChildScrollView on a simple page, when I scroll the html gets mixed up with other widgets. Expected results Webview widget scrolls within itself ...
VolkanUstekidag's user avatar
0 votes
0 answers
126 views

We use CloudFlare protection for connection. And when the verification request is triggered, the backend sends us the HTML code, which we open using Webview, respectively, the main problem is that I ...
Sergey Udalov's user avatar
0 votes
1 answer
42 views

the webpage im loading in my webview needs an audio input but the webview throws "getUserMedia not supported in your browser" error. import React, { useState, useEffect } from 'react'; ...
Qasim Malik's user avatar

1
3 4
5
6 7
450