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

Include WebKit version on about page #671

Open
tresf opened this issue Jun 11, 2020 · 0 comments
Open

Include WebKit version on about page #671

tresf opened this issue Jun 11, 2020 · 0 comments
Assignees

Comments

@tresf
Copy link
Contributor

tresf commented Jun 11, 2020

JavaFX Provides the following:

web.getEngine().getUserAgent()

Which may return something like:

[...] JavaFX/8.0 Safari/537.44

Which can be cross-referenced with:
https://en.wikipedia.org/wiki/Safari_version_history#Safari_6

To see that 537 is equivalent to Safari 6.1.6, which will help with websites like https://developer.mozilla.org/ to find out if a particular feature is supported.

Note: Apple may move or remove this feature, see #552

@tresf tresf self-assigned this Jun 11, 2020
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

1 participant