You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.
Vladimir Alyamkin edited this page Jul 9, 2014
·
8 revisions
Current version of VaQuoleUI is based on QWebView widget that uses Webkit1 to render web pages. It has its own limitations, inherited by my plugin. On the other side, some features are ignored by me because I see no reasons to implement them (contact me if you do).
HTML5 audio is not supported yet. However, video (even with audio) works fine - you can test it with Youtube videos. In this case audio is controlled on the Engine side as a reaction on JavaScript events (it's even better).
JavaScript modal popups will be ignored (alert, confirm, etc. dialogs)
Links with target="_blank" attribute won't be opened
Once QtWebEngine will be released, I'll use it instead of Webkit1.