B4J Question Is there a less amazed webview?

ivanomonti

Expert
Licensed User
Longtime User
I'm making a music creator through AI with the help of php and html but I have a problem here, html that reads the files on chrome works fine on webview I can't find the solution... but does a more updated and functional webview exist in b4j?

CROME

214d1040-c6dc-4339-ab45-2e84442592d8.jpg


B4J

1759327864108.png
 

William Lancee

Well-Known Member
Licensed User
Longtime User
Note that with B4J you can invoke the chrome browser inside your program with:
B4X:
    Private fx As JFX
    fx.ShowExternalDocument(File.GetUri("myDir", "something.html"))

That may or may not be useful to you.
 
Upvote 0
Top