Skip to main content

New answers tagged

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 ...
dpay's user avatar
  • 1
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 ...
VGR's user avatar
  • 45.1k
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). ...
jewelsea's user avatar
  • 161k
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.
jewelsea's user avatar
  • 161k
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.
abdo abdo's user avatar
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.
abdo abdo's user avatar
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.
VGR's user avatar
  • 45.1k
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).
Holger's user avatar
  • 302k
Advice
1 vote
0 replies
0 views

Modern websites not working in Java 8 WebView

You should edit this question instead.
Dan Getz's user avatar
  • 9,240
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 ...
Mamta Bankoti's user avatar
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.
abdo abdo's user avatar
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 ...
David Maze's user avatar
  • 166k
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?
abdo abdo's user avatar
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.
OldBoy's user avatar
  • 1,015
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?
Najam Us Saqib's user avatar
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 ...
Remy Lebeau's user avatar
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. ...
Vinutha K Shetty's user avatar

Top 50 recent answers are included