var files = APKExpansionSupport.GetAPKExpansionZipFile(this, 27, 27);
Webview.Source = files.GetInputStream("Offline_Files/default.html");
↧
how to use APK Expansion file(.obb) html into webview in xamarin form ? like as bellow
↧