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

github sites #5

Open
mokun opened this issue Aug 5, 2018 · 14 comments
Open

github sites #5

mokun opened this issue Aug 5, 2018 · 14 comments

Comments

@mokun
Copy link

mokun commented Aug 5, 2018

Hi @goxr3plus,

Have you investigated why github sites won't work ?

e.g. if I type in https://github.com/goxr3plus/JavaFX-Web-Browser, it won't render correctly.

I'm using Java 9/10 64-bit in Windows

It almost looks like a crypto issue.

@goxr3plus
Copy link
Owner

goxr3plus commented Aug 5, 2018 via email

@goxr3plus
Copy link
Owner

goxr3plus commented Aug 5, 2018 via email

@mokun
Copy link
Author

mokun commented Aug 6, 2018

is JxBrowser fully open source ? how frequent do they update the chromium engine ?

@mokun
Copy link
Author

mokun commented Aug 6, 2018

JavaFX's webengine is based on webkit, you know. Webkit is not that bad.

It's just that JavaFX development has been very slow and they use older version of webkit and is forever playing catchup :(

I'm glad that beginning Java 11, the JavaFX portion will be handed to developers.

@goxr3plus
Copy link
Owner

goxr3plus commented Aug 6, 2018 via email

@mokun
Copy link
Author

mokun commented Aug 6, 2018

But why are they charging license fee ?

https://www.teamdev.com/jxbrowser#licensing-pricing

Evaluation Support
Provided for 30 days

Also, do they use webkit for video ?

JxBrowser is using Webkit and FFmpeg components, supplied under LGPL.

@goxr3plus
Copy link
Owner

goxr3plus commented Aug 6, 2018 via email

@goxr3plus
Copy link
Owner

goxr3plus commented Aug 6, 2018 via email

@mokun
Copy link
Author

mokun commented Aug 7, 2018

We can use

logger.info("Web Engine supported : " + engine.getUserAgent());

to see what version of webkit the java jdk that we are using.

@mokun
Copy link
Author

mokun commented Aug 7, 2018

For JDK 8u131, it prints the following :

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/602.1 (KHTML, like Gecko) JavaFX/8.0 Safari/602.1

For JDK 10.0.2,

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/605.1 (KHTML, like Gecko) JavaFX/10 Safari/605.1

@mokun
Copy link
Author

mokun commented Aug 7, 2018

I found this page :

https://developers.whatismybrowser.com/useragents/explore/software_name/safari/?order_by=software_version

It's almost same tag info given by engine.getUserAgent() in JavaFX

or in here :
https://developers.whatismybrowser.com/useragents/parse/667339-safari-macos-webkit

605.1 is used by Safari 11.1

@goxr3plus
Copy link
Owner

goxr3plus commented Aug 8, 2018 via email

@goxr3plus
Copy link
Owner

Hello my friend , what should i do with this issue ? Soon i will pass this project on Java 11.
@mokun

@goxr3plus
Copy link
Owner

@mokun Okay now i have the knowledge to pass this project on Java 11 .

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

No branches or pull requests

2 participants