I am putting together a browse in JavaFX using the WebView control. Everything is perfect so far, except I don't know how to implement the 'View Page Source' feature, just like in all major browsers, to display the HTML source of the current page. I have ideas, but they would require some doing. I'm hoping there is a quick way given the fact that WebView uses the WebKit engine just like Chrome.
Thanks in advance!
A