I read in an existing question on how to use a webview in Xamarin.Android that suggests to write platform specific code on every supported platform.
Ideally, I want to store my html in a file within /assets/
in the Xamarin.Forms instead of storing it once for every OS.
I desire to have an easier way and simply store the asset within Xamarin.Forms. Is that possible?