Hi, I have a strange issue that just started happening. My app grabs a screenshot and shares it. This worked fine up until one of the latest releases of C3 or maybe a Chrome update but now on ANdroid device I get an error.
When doing a AJAX request on Android device I now get the following error:
cordova.js:314 Uncaught TypeError: entry.file is not a function
On PC the taking of screenshot and downloading it works fine but on PC now I started getting the error when sharing:
[Share plugin] Share failed: DOMException: Failed to execute 'share' on 'Navigator': Must be handling a user gesture to perform a share request.
Which is odd because it always worked before.
I also tried putting everything into the onclick event but the Share plugin still complains unless it's the very first line of the event- this means its actually impossible to share a screenshot anymore.
Any ideas?
Thanks