Trying to load a local HTML file into webview in my native-script (typescript) application. It's not loading but shows an error.
<WebView src="~/assets/content.html" />
The requested URL was not found on this server.
Trying to load a local HTML file into webview in my native-script (typescript) application. It's not loading but shows an error.
<WebView src="~/assets/content.html" />
The requested URL was not found on this server.