Hello Good People,
in my current project I need to open a single html file (which is sitting in the dir assets) with the device's default browser.
I added reference to phone lib and tried the following :
obviously, not working.
can anyone advice me how to make this work?
also,the app will be mainly used in amazon's kindle devices so I need a solution to work on that too.
in my current project I need to open a single html file (which is sitting in the dir assets) with the device's default browser.
I added reference to phone lib and tried the following :
B4X:
Dim pi As PhoneIntents
StartActivity (pi.OpenBrowser (File.DirAssets,"page.html"))
obviously, not working.
can anyone advice me how to make this work?
also,the app will be mainly used in amazon's kindle devices so I need a solution to work on that too.