cordova-screenshot icon indicating copy to clipboard operation
cordova-screenshot copied to clipboard

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

Open wilfredonoyola opened this issue 6 years ago • 2 comments

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

wilfredonoyola avatar Mar 26 '18 23:03 wilfredonoyola

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

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

AppwareDev avatar Mar 27 '18 12:03 AppwareDev

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

wilfredonoyola avatar Mar 27 '18 22:03 wilfredonoyola