When I was developing hybrid application using cordova and visual studio this err occurred in all windows based laptops and personal computer. When you taking a photo from the app it's stopping with following error message.
Unable to get property 'copyAsync' of undefined or null reference.
Solution
Just uninstall the cordova-plugin-camera using configuration section and install it again.
Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Subscribe to:
Post Comments (Atom)
-
I'm using following code part to access a ReST API. I'm communicating with this API using a X509 client certificate. In d...
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
I noticed that all events of root/home page isn't working after I have navigated back in my ionic 4 app. So if you using a back butto...
This fixed it for me. It seems that uninstalling / reinstalling updates the plugin version. Before we had 2.1.1, now we have 2.2.0.
ReplyDeleteThank you!