Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Limitations

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.

Clone this wiki locally