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

I'm developing a Flutter app that loads a web page containing an embedded video player. When the page loads, the browser internally makes several HTTP requests (for example, .m3u8 or .ts files), but I ...
mikealexx's user avatar
0 votes
0 answers
77 views

I'm facing this problem where I get blank page when I go back to a previously opened InAppWebView widget. I have a route /charts where Im rendering my chart widget which contains InAppWebView ...
NeERAJ TK's user avatar
  • 2,715
-1 votes
1 answer
294 views

I'm building a flutter app on windows, i have tried different packages for in app web view like flutter_inappwebview and webview_cef. The problem is when the application goes to the webview screen , ...
A-E's user avatar
  • 3,401
0 votes
1 answer
85 views

I am trying to display payment button in the Inappwebview, but the button is not showing in flutter I am using the dependency for the web view flutter_inappwebview: ^6.1.5 and I ma using the code ...
Vasanthan Raj's user avatar
1 vote
1 answer
171 views

I have a Flutter app using flutter_inappwebview: ^6.1.0. The frontend is built in Flutter, and the backend is Spring Boot (Java). In the Flutter app, I load a WebView using initialUrlRequest, pointing ...
Lee's user avatar
  • 11
0 votes
0 answers
35 views

I created a working android app using a flutter inAppWebView. Is it possible to perform an instrumentation test with firebase test lab? Basically I need to fill input texts, click buttons, download ...
Fabio's user avatar
  • 1
0 votes
0 answers
87 views

I set applePayAPIEnabled to true, but Apple Pay is still not visible. My webview settings: InAppWebViewSettings( isInspectable: kDebugMode, mediaPlaybackRequiresUserGesture: false, ...
Joe's user avatar
  • 500
-1 votes
2 answers
331 views

Im calling an html page in flutter using flutter_inappwebview package. Now i have create a function in javascript and i want to pass data in the function from flutter.I want solution that will work ...
Umang's user avatar
  • 1
1 vote
2 answers
213 views

I am a newbie doing Flutter and I want render 3d stuff on display using threejs because flutter scene is not supported for web yet. I thought of using an InAppWebView doing the threeJS stuff and in ...
Christopher Jung's user avatar
1 vote
0 answers
40 views

I basically have a webpage that accepts files like docx, xlsx, and text, passes them to a REST API, does some conversion, and then outputs an application/octet-stream file with the name: <file_name&...
S M Jishanul Islam's user avatar
3 votes
0 answers
388 views

I have a Flutter application that I build a webpage from. In this application, I have some widgets in the top of the app, then an InAppWebView, and then some more flutter widgets in the bottom. All of ...
TheQ's user avatar
  • 7,087
0 votes
0 answers
64 views

I am using InAppWebView version 6.2.0-beta.2 for the Windows platform, but I'm experiencing issues with scrolling using touchpad. Despite trying different values for the kScrollMultiplier, the ...
Akshay Verma's user avatar
0 votes
1 answer
72 views

I am using flutter_inappwebview: ^6.0.0 to display Shopify store inside web view. everything is working fine. But when I click on share button its not opening shareable apps bottom sheet, but its ...
Safdar Ali's user avatar
0 votes
0 answers
92 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
1 vote
1 answer
254 views

I’m working on a Flutter project, and I’m encountering a Swift Compiler Error when trying to run my app on the iOS simulator. Here’s the error message I’m getting: Swift Compiler Error (Xcode): Method ...
A_K's user avatar
  • 992
0 votes
3 answers
264 views

I am trying to add flutter_inappwebview 6.0.0. My code has no error but web page is not loading. Here is my code: class SettingsPage extends StatefulWidget { const SettingsPage({Key? key}) : super(...
YASSIN.049's user avatar
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
102 views

I would expand to make my question more clearly: i have a flutter app and a website. inside the flutter app i have a webview of the website. i want that in the webview the ui and functionality will be ...
Yuval Poliak's user avatar
2 votes
0 answers
75 views

I have added this code in onPrintRequest in InAppWebViewSettings. But those settings that I have provided in PrintJobSettings are not applying in generated documents. And in print preview it is not ...
Md Hemal's user avatar
2 votes
0 answers
207 views

Problem Description I'm trying to reuse the login stack of my website (lirmusic.com, which uses ThirdWeb) in my Flutter app using the inappwebview package. The flow should work as follows: User wants ...
Birto's user avatar
  • 91
0 votes
1 answer
104 views

I need to display user generated HTML content in a flutter app. I'm using the inappwebview plugin for this, which is full featured and generally works well. However, it does not display long links ...
Chris Ahern's user avatar
2 votes
2 answers
2k views

I'm encountering an issue with my Flutter app and could really use some assistance. Here are the details: Problem: I'm facing a build failure with the following error message: ERROR: Missing classes ...
Piyush Sahu's user avatar
0 votes
0 answers
44 views

I have below function to return some data to JS side and It's a Map (However the flutter_inappwebview encodes the map after I return It), I do this by addJavaScriptHandler of flutter_inappwebview, But ...
Reza Aslejeddian's user avatar
0 votes
1 answer
84 views

i wan to change my layout from landscape to portrait and vice versa inside my app (depending on the rotation of the device by the user) in flutter i tried using OrientationBuilder and MediaQuery but ...
Naif Alluhaidan Engr's user avatar
1 vote
1 answer
227 views

In WebView Video stops frequently automatically. Controls doesn't work. Default Play/Pause buttom appears in center of video. Sometimes cause flickering issues with video controls. I want to achieve ...
Shivani Wani's user avatar

1
2 3 4 5