VirtuoWorks / CanvasCameraPlugin

Cordova/PhoneGap CanvasCamera Plugin
MIT License
38 stars 30 forks source link

Plugin not working on cordova-ios 6.1.0 #34

Open FranciscoLeuro opened 4 years ago

FranciscoLeuro commented 4 years ago

Terrific plugin. Using on cordova-ios 5.1.0. Now I'm upgrading to cordova-ios 6.1.0 in order to get rid of UIWebView and start using WKWebView to get my apps aproved on AppStore. Sadly, app compiles fine but video is not shown on canvas.

appzer commented 4 years ago

same issue! does anyone have any suggestions to solve the problem! Kevin

appzer commented 4 years ago

i tested a little and found a solution! With use: 'data' it works fine! So i think its a file storage issue!

Kevin