Sub-frames access
-
Hello everybody
Documentation says that it is impossible to gain access to sub-frames iframes.
https://wiki.qt.io/Porting_from_QtWebKit_to_QtWebEngine
I don't know the others, but my projects are actively using this opportunity and ban access to it sounds at least strange. I just can't use QWebEngine in their projects.
Any workaround please
-
Not sure if your problem is the same as mine, but try to pass the "--disable-web-security" argument to the QApplication object in your main.cpp.
-
Not sure if your problem is the same as mine, but try to pass the "--disable-web-security" argument to the QApplication object in your main.cpp.
-
@knt261 Thank you very much! This permits access to the contents of the iframe from javascript