B4J Question Close browser page using code

micro

Well-Known Member
Licensed User
Longtime User
Hi to all.
I open local browser page with this code:
B4X:
fx.ShowExternalDocument("http://localhost:" & mapset.Get("porta"))
Now, how i can close this opened page using code?
Thanks
 
Top