gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 167 forks source link

How Do I get correctly the Url and display on IOS? #122

Open wilfredonoyola opened 6 years ago

wilfredonoyola commented 6 years ago

I have same bug with iOS, did you find solution for this?

Share the URL the file tmp on Ionic 3

How Do I get correctly the Url and display? img_3065

AppwareDev commented 6 years ago

Ionic now uses WKWebview which does not support the file:/// protocol.

You can rewrite the path using the normalizeURL() function.

wilfredonoyola commented 6 years ago

Thanks @AppwareDev I have added it, But do not work! :(