posted 19 years ago
Hello guys,
I wanna open and display an HTML file in my app. I don't wanna open a browser, I wanna show it within my app.
I have searched and found this way:
Works fine for websites. But the thing is that I'm offline and I wanna open a local HTML file, not one in a site.
I've tried changing the path to: /home/me/path/myfile.html, but it gives me a MalformedURLException - no protocol.
How can I do to display local HTML files?
thanks