231 questions
0
votes
0
answers
30
views
Apple Pay not showing in flutter_inappwebview
I set applePayAPIEnabled to true, but Apple Pay is still not visible.
My webview settings:
InAppWebViewSettings(
isInspectable: kDebugMode,
mediaPlaybackRequiresUserGesture: false,
...
-1
votes
0
answers
46
views
I want to pass parameters from flutter to javascript function in FLutter Web using flutter_inappwebview
In flutter i have loaded an html page using flutter_inappwebview package latest version.
I have created a function in javascript and i want to pass the data or i want to store data as cookies or local ...
0
votes
0
answers
35
views
Flutter InAppWebView - how do you remove navigation / history from the webview?
I have a usecase where I want to take a user's input and dynamically render it to HTML and display an output preview of what it will look like. This means that as the user is modifying fields, the ...
-1
votes
2
answers
94
views
In Flutter inappwebview i want to pass data from flutter to javascript. Both domain are different. How to pass parameters in javascript function?
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 ...
0
votes
1
answer
42
views
Livewire in a flutter inappwebview not working
Hello i'm currently developing a mobile app for a existing web app that use laravel and livewire.
I know that's already a specific case...
I'm using flutter_inappwebview (6.1.5) to implements part of ...
1
vote
2
answers
62
views
Flutter InAppWebView blocks FloatingActionButton click
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 ...
0
votes
0
answers
162
views
xcode flutter ios flutter_inappwebview ios errors when building project
flutter_inappwebview_ios
Command SwiftCompile failed with a nonzero exit code
/Users/a2901/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.0.13/ios/Classes/InAppWebView/InAppWebView.swift
/Users/...
1
vote
0
answers
33
views
How to check if the file is actually being uploaded from my device's local storage?
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&...
0
votes
0
answers
46
views
Permission alert now showing in flutter web view, while same url is asking for permission automatically in browser not in webview flutter android
I have tried InAppWebView & WebView both but permission alert box not showing in android app. Same URL is asking for camera permission automatically in browser but not asking for permission in ...
1
vote
0
answers
183
views
Using Flutter web and InAppWebView makes scrolling impossible
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 ...
0
votes
0
answers
93
views
Issue with Google Sign-In Using flutter_inappwebview
I am using the flutter_inappwebview package in my Flutter app for login functionality. When trying to log in using Google Sign-In, the already logged-in Google accounts on the device are not displayed....
0
votes
0
answers
40
views
Scrolling not working on Windows Platform using touch pad
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 ...
0
votes
0
answers
32
views
Deleting httponly cookies in Flutter CookieManager
I'm looking for a way to remove a HttpOnly Cookie from the Flutter CookieManager. Am using this in the flutter Inappwebview and would like this to work on both Android and iOS.
0
votes
1
answer
58
views
flutter_inappwebview: ^6.0.0 shoppify store share button not working on ANdroid only But working on iOS
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 ...
1
vote
0
answers
75
views
Google Sign-In Dialog Not Opening in Flutter InAppWebView
I'm using Flutter's InAppWebView to open a website that includes Google Sign-In functionality. However, the Google Sign-In dialog or options are not opening when I interact with the website. Instead, ...