I am trying to build a simple app, using Webview. I just want to create an app that contains 2 html files (stored in assets folder). At loading, app display page1.html in webview. On this page, there is a link to page2.html (in html format : href=""). I need this page opens also in webview.
I tried, but when I click on the link, the app closes... I tried href="page2.html", href="file:///android_asset/page2.html"... Nothing works.
Do you have any example of a simple app like this ?
Thanks.