New answers tagged webview
0 votes
YouTube embedded playback in Android Kotlin app fails with error 152-4 even though onReady fires Body
I encountered the same issue in my Jetpack Compose app. Actually the answer in this post helped me a lot YouTube video in WebView gives error code 153 on Android I tried to implement a wrapper of that ...
Advice
1 vote
0 replies
0 views
Modern websites not working in Java 8 WebView
It is in your best interest to make it build with later versions of Java. The biggest challenges are making your application into a Java module, and obtaining JavaFX from https://openjfx.io/ (since ...
Advice
1 vote
0 replies
0 views
Modern websites not working in Java 8 WebView
Unfortunately (I haven't checked lately), but more often than not, maps using common mapping software like Google Maps don't display correctly in a JavaFX WebView (even for modern JavaFX versions). ...
Advice
1 vote
0 replies
0 views
Modern websites not working in Java 8 WebView
JavaFX 8 (and later versions) has a HostServices::showDocument(uri) that you could use instead to show the document in a system browser rather than inline in your app.
Advice
0 votes
0 replies
0 views
Modern websites not working in Java 8 WebView
The app doesn't depend on a lot of web content; I need just to show a map and a single website.
Advice
0 votes
0 replies
0 views
Modern websites not working in Java 8 WebView
That's bcz my whole app is built on Java 8.
Advice
1 vote
0 replies
0 views
Modern websites not working in Java 8 WebView
Is there a reason you don't want to use a more modern version of Java and JavaFX? I'm sure any 12-year-old browser would have trouble rendering modern sites.
Advice
1 vote
0 replies
0 views
Modern websites not working in Java 8 WebView
A newer Java version wouldn’t help, unless combined with a newer JavaFX version (as it is not included in Java anymore).
Advice
1 vote
0 replies
0 views
Advice
0 votes
0 replies
0 views
Modern websites not working in Java 8 WebView
Java 8 WebView is too old to properly display modern websites, so it often fails. The simplest solutions are to upgrade to a newer Java version, open the website in the regular browser instead of ...
Advice
0 votes
0 replies
0 views
Modern websites not working in Java 8 WebView
oh thnx for the clarification, this is only because it's my first time asking here. I will provide more details in another question.
Advice
0 votes
0 replies
0 views
Modern websites not working in Java 8 WebView
What is a "modern" Web site? What problems are you running into? Can you include a minimal reproducible example demonstrating a specific problem you're running into? I might suggest ...
Advice
0 votes
0 replies
0 views
Modern websites not working in Java 8 WebView
what details? about java 8 WebVIew problems, or about embedding JCEF in javaFX?
Advice
1 vote
0 replies
0 views
Modern websites not working in Java 8 WebView
You need to provide more detail as to exactly what problem you are having. This includes sample code, logs, diagnostic data etc.
Advice
0 votes
0 replies
0 views
Using a custom WebView instead of the main Capacitor WebView while still accessing all Capacitor plugins
the main question is WHY you want to do that?
1 vote
Keyboard input does not reach WebView2 when embedding a C# WinForms window inside Delphi 7 using SetParent
Per Is it legal to have a cross-process parent/child or owner/owned window relationship?: ... So yes, it is technically legal, but if you create a cross-process parent/child or owner/owned ...
4 votes
Webview content flickering
Your postDelayed(1000) works because it gives the render thread time to recreate the hardware layer. The goal is to wait until the WebView has actually drawn a frame, instead of waiting a fixed time. ...
Top 50 recent answers are included
Related Tags
webview × 22432android × 14999
javascript × 3051
java × 2490
ios × 1840
html × 1739
android-webview × 1520
react-native × 931
flutter × 926
swift × 677
c# × 651
objective-c × 576
javafx × 549
cordova × 517
android-studio × 499
css × 473
cocoa × 447
xamarin × 422
xamarin.forms × 365
kotlin × 344
iphone × 342
macos × 336
xcode × 319
uiwebview × 287
youtube × 285