You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use fileTransfer plugin download video, get a url like:
file:///var/.../Documents/video.mp4// also tried toInternalURL()
error: Not allowed to load local resource
try
this.videoUrl=this.win.Ionic.WebView.convertFileSrc(url);// ionic://localhost/_app_file_/var/.../Documents/video.mp4// or use sanitizerthis.videoUrl=this.sanitizer.bypassSecurityTrustResourceUrl(this.win.Ionic.WebView.convertFileSrc(url));
both error: Failed to load resource: unsupported URL
The text was updated successfully, but these errors were encountered:
ionic3, webview plugin 4.2.1
Html
use fileTransfer plugin download video, get a url like:
error: Not allowed to load local resource
try
both error: Failed to load resource: unsupported URL
The text was updated successfully, but these errors were encountered: