5,145 questions with no answers
2
votes
0
answers
34
views
missing EventToken.h while building with webview and fyne-cross
So, after I added webview onto my app I try to compile my app, this error appears:
In file included from webview.cc:1: In file included from /go/pkg/mod/github.com/webview/[email protected]...
0
votes
0
answers
46
views
Red flash/bounce” behind a Flutter WebView on iOS when the keyboard appears
I am experiencing a bounce issue when the keyboard appears while the Input is focused, as shown in the attached screenshot video.
IssueVideo
To facilitate viewing, I have set the background to red.
...
0
votes
0
answers
27
views
TaskExecutionException in building Desktop KMP application with KCEF for WebViewKMP in future
I do it like this in main.kt:
val bundleLocation = System.getProperty("compose.application.resources.dir")?.let { File(it) } ?: File(".")
LaunchedEffect(Unit) {
try ...
0
votes
0
answers
33
views
WebView (Trade View chart) Scroll Conflict in React Native (Android)
I am embedding the TradingView chart inside a react-native-webview.
The chart displays and works fine for zoom/pan gestures, but there’s a scrolling issue:
When the user tries to scroll the entire ...
0
votes
0
answers
65
views
Android WebView backspace functionality
I am creating an android app that uses the MathQuill library.
The application consists of a WebView that uses the MathQuill equation parser and a keybord (implemented via activity_main.xml and ...
0
votes
0
answers
32
views
React Native with WebView and Deep Links
I am now developing the React Native app with the WebView. I have some links from emails that can lead to my website. In that case I want to open my app that is installed and open the WebView with ...
4
votes
0
answers
125
views
Android 4.4 Soft Keyboard is empty
I'm trying to make my android app backwards compatible, from targetSDK=21 to minSDK=19. My app has webviews. When an input field in the webview is focused, the keyboard comes up, but nothing is ...
1
vote
0
answers
453
views
webView not loading game android 4.4.2 only in lollipop and mashmallow
Hello friends, I've been fighting with this for several days maybe someone has an idea of how to solve it, my issue is that I am trying to load a game from an external source embeded inside a webView ...
0
votes
0
answers
53
views
WebView2 app shows “Use and move camera” prompt when adding zoom to getUserMedia
I’m building a kiosk application using WebView2 and trying to access the camera from JavaScript. I want to automatically allow camera and microphone permissions in the PermissionRequested event using ...
0
votes
0
answers
49
views
How can i download video on my webview , simple video download is working but when try to download from Pexels.com it failed
Below is my Android code. It is able to download images, document, and videos.
Problem:
Some platforms like Pexels.com keep their videos as parts or stream how to download them?
webView....
0
votes
0
answers
54
views
I cannot hide a WebView in .NET MAUI
I added a WebView control to my .NET MAUI application and this control shall only be visible under certain conditions, e.g. the user wants to open a link.
My problem is that the WebView is always ...
0
votes
0
answers
30
views
SharePoint Online page loads on first navigation but not on subsequent clicks in Android WebView
I’m embedding a SharePoint Online portal page inside an Android WebView.
From the top page,when i click the menu item to load a Addressbook page,
The page loads correctly the first time, but when I ...
0
votes
0
answers
34
views
Android WebView LoadUrl is not waiting for another call to finish
I have a .net Android application (migrated from xamarin) and inside it there is a webView that displays a web app and also I have an Android Foreground Service that periodically is making a call to ...
0
votes
0
answers
51
views
Android WebView: First tap on <label for="..."> focuses input but does not open soft keyboard (IME)
I’m developing a hybrid Android app using Capacitor (WebView). I’ve run into a strange bug that I cannot reproduce in Chrome browser, but only in Android’s WebView:
When the user taps a “label for”, ...
3
votes
0
answers
98
views
JavaFX WebView: window.crypto.subtle is undefined
I try to display my website in a JavaFX WebView component, but the page fails to load. I get a blank page.
The site uses the JavaScript library angular-auth-oidc-client to redirect to WebSSO. After ...