jacobg

Results 138 comments of jacobg

I have a fork that hopefully brings this project up to date. Try it out: https://github.com/jacobg/cordova-plugin-qrscanner/tree/modernize

BTW, I don't think Cordova Android in general yet supports Gradle 8. It's not an issue with this particular plugin: https://github.com/apache/cordova-android/blob/master/framework/cdv-gradle-config-defaults.json

There are some serious issues with this plugin: #513 Switch to cordova-plugin-advanced-http for update downloads #586 UIWebView - Apple warning #603 Plugin not working with cordova-plugin-wkwebview-engine I'm sorry to be...

@ahdbilal Are you also able to push for getting the following PR merged as well? https://github.com/microsoft/cordova-plugin-code-push/pull/513

Has anyone tried the `cordova-plugin-wkwebview-file-xhr` plugin to see if it works with code push? https://github.com/oracle/cordova-plugin-wkwebview-file-xhr

I just saw this running on an iPad 2 running iOS 9.3.5 running all latest npm packages. I also tested on iOS 12 devices, and did not get the error...

I'm seeing this now on iOS 12 as well. I just added CodePush to my app. It seems that the error rate on iOS is perhaps about 1% of active...

It also looks like this error can occur quite frequently if using WkWebView (I'm using UIWebView): https://issues.apache.org/jira/browse/CB-13434?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel And cordova-plugin-file-transfer is now deprecated, with the recommendation to transition to using newer...

I also just saw that Apple has announced: > Starting March 2019, all iOS apps submitted to the App Store will need to be built with the iOS 12.1 SDK...

@annakocheshkova Thanks for reopening. I'm seeing this error come up a lot on all versions of IOS 9-12. The same issue was created in Apacha Cordova a couple years ago,...