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



B4J

 

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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…