Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make the web view more powerfull ? #95

Open
stanlygamer opened this issue Mar 20, 2021 · 2 comments
Open

How to make the web view more powerfull ? #95

stanlygamer opened this issue Mar 20, 2021 · 2 comments

Comments

@stanlygamer
Copy link

stanlygamer commented Mar 20, 2021

I am a student.

I want to make a web browser for android with javafx.

some websites use advanced codes like json with javascript.

like this

https://app.vysor.io/#/

    WebEngine engine = webView.getEngine();
    engine.setJavaScriptEnabled(true);
    engine.load("https://app.vysor.io/#/");

I streamed my mobile screen to this website using wifi connection with chrome browser it works smoothly.

But , If I streamed my mobile screen to this website using wifi connection using javafx browser it didn't worked.

I want to make a advanced webview in javafx.

Now days many website uses advanced codes.

I want to make a advanced web browser for android with javafx.

I want to browse all websites with my browser app.

How can I do this ?

@jperedadnr
Copy link
Contributor

JavaFX on Android uses the native browser (Chrome). If you can open those sites with Chrome, in theory you should be able to do the same from the JavaFX browser.
Have you tried building it recently (GluonFX plugin 1.0.3)?

@ghost
Copy link

ghost commented Aug 14, 2021

@jperedadnr How can I make the webview more powerful in desktop side ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants