duindain / xamarin_ios_webview_issue

Xamarin forms webview issue in loading downloaded assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xamarin_ios_webview_issue

Xamarin forms webview issue in loading runtime downloaded assets from the apps local folders

Example for showing iOS rendering a webview with explicit path files works in simulator and fails in real device Works correctly in Android in Emulator and Physical devices

I tried multiple methods for adding assets including;

  • embedding in manifest
  • adding to app specific folders
  • direct referencing from a folder within the apps library directory
  • Adding base URL to the libraries folder
  • Relative and exact paths

In the following two screenshots from Android the emulator and the physical device both can load fully defined paths, files from the assets folder and an image from an online source, they cannot load the relative file from the apps library folder or a manifest file

Android Emulator Pixel 2 real device

In the following two screenshots from iOS the Simulator can load fully defined paths, files from the resources folder and an image from an online source, the real iPad device cannot load the full defined path image but can load the others

iOS Simulator iPad real device

About

Xamarin forms webview issue in loading downloaded assets

License:MIT License


Languages

Language:C# 89.7%Language:CSS 10.3%