Most voted "webengine" questions
4 questions
Sort by count of
-
2
votes0
answers51
viewsJavafx Webengine get content from an Iframe
I can’t tell when an Iframe is changed I use a listener to know whenever the page is loaded into the Webengine, however this listener cannot know when Iframe is changed/ loaded. Is there any way to…
-
1
votes0
answers44
viewsAdd scroll bar to select in webbrowser
I need to change the properties of my webbrowser in javafx so that a scrollbar is available in select. By default the HTMLSelectElement is adding 2 arrows one at the beginning of the list and…
-
0
votes0
answers48
viewsI need to open the first link of a youtube search in a webview
The webview will not be visible, so the goal is to automatically open the first video of the search. I believe it is not too complicated in JS. code: public class FXMLDocumentController implements…
-
0
votes0
answers8
viewsequivalent of Qwebenginesettings::setUnknownUrlSchemePolicy() to QT 5.9
I’m using the tensorboard to open the projector and continue with the evaluation of my code, when I open in a common browser it works perfectly, but using the qwebengine the reality is different, it…