B4J Question WebView: Display-Problems

Kiffi

Well-Known Member
Licensed User
Longtime User
Hello,

there is a nice browser based Code-Editor called Monaco Editor: https://microsoft.github.io/monaco-editor/

When i view this page with a 'normal' Browser (Google Chrome in this case) and type 'console.', a selectionlist with all properties and methods appears:


ZgMlavg.png




When i view this page inside a WebView-View (via LoadUrl()) the text is missing:


ICHzKP0.png



My Question: Is there a way to display the property-list inside a WebView correctly?


Thanks in advance & Greetings ... Peter
 

Kiffi

Well-Known Member
Licensed User
Longtime User
Good news! At least with the JDK 8u144 it works like a charm. :)

Thanks again & Greetings ... Peter
 
Upvote 0
Top