Search found 9 matches

Go to advanced search

by Chris..
Mon Dec 14, 2020 10:52 am
Forum: Issues
Topic: 'android.useAndroidX' property is not enabled
Replies: 4
Views: 2112
 
Jump to post

Re: 'android.useAndroidX' property is not enabled

This is no longer an issue and related to an earlier resource library.

by Chris..
Mon Nov 30, 2020 8:27 pm
Forum: Issues
Topic: JQM: Appery Inapp Browser does not work
Replies: 5
Views: 2857
 
Jump to post

Re: JQM: Appery Inapp Browser does not work

Shortly after posting this, I discovered a change to a source file was the cause of the problem. However, I couldn't find where to delete my pending post.

Thanks all the same for the reply!

by Chris..
Sat Nov 28, 2020 1:01 pm
Forum: Issues
Topic: JQM: Appery Inapp Browser does not work
Replies: 5
Views: 2857
 
Jump to post

Re: JQM: Appery Inapp Browser does not work

Just wondering if you found a solution to this problem. None of my '_system' links are opening in the system browser (Safari) on iOS devices. I've tried using both: cordova.InAppBrowser.open(url, target, options); and window.open(url, target, options); (with window.open = cordova.InAppBrowser.open; ...
by Chris..
Tue Oct 20, 2020 8:04 pm
Forum: Issues
Topic: Cant create APK
Replies: 3
Views: 2058
 
Jump to post

Re: Cant create APK

Try installing these two Cordova plugins alongside social sharing:

cordova-plugin-androidx
cordova-plugin-androidx-adapter

..as outlined here: https://stackoverflow.com/questions/566 ... x-in-ionic

It works for me.

Chris

by Chris..
Tue Oct 20, 2020 8:04 pm
Forum: Issues
Topic: 'android.useAndroidX' property is not enabled
Replies: 4
Views: 2112
 
Jump to post

Re: 'android.useAndroidX' property is not enabled

Update for anyone having the same issue: I installed these two Cordova plugins alongside social sharing:

cordova-plugin-androidx
cordova-plugin-androidx-adapter

..as outlined here: https://stackoverflow.com/questions/566 ... x-in-ionic

It works for me.

by Chris..
Tue Oct 20, 2020 8:03 pm
Forum: Issues
Topic: Android X issue
Replies: 13
Views: 20030
 
Jump to post

Re: Android X issue

Hi Katherine,

Try installing these two Cordova plugins alongside social sharing:

cordova-plugin-androidx
cordova-plugin-androidx-adapter

..as outlined here: https://stackoverflow.com/questions/566 ... x-in-ionic

It works for me.

Chris

by Chris..
Tue Oct 20, 2020 12:13 pm
Forum: Issues
Topic: Android X issue
Replies: 13
Views: 20030
 
Jump to post

Re: Android X issue

Hi Katherine,

I had the same issue. For me it only shows in Android, not iOS. And no, I don't have a solution yet.

I suspect Appery's response, if you get one, will simply be to point out that third-party plugins are outside the scope of their support.

Chris

by Chris..
Tue Oct 20, 2020 12:09 pm
Forum: Issues
Topic: 'android.useAndroidX' property is not enabled
Replies: 4
Views: 2112
 
Jump to post

Re: 'android.useAndroidX' property is not enabled

This turned out to be due to the Cordova SocialSharing plugin (https://github.com/EddyVerbruggen/Socia ... Gap-Plugin), which causes build errors in Android, but not iOS.

by Chris..
Sun Oct 18, 2020 8:01 pm
Forum: Issues
Topic: 'android.useAndroidX' property is not enabled
Replies: 4
Views: 2112
 
Jump to post

'android.useAndroidX' property is not enabled

I'm getting this build error when building an APK: Execution failed for task ':app:mergeDebugResources'. > This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry. The following AndroidX depende...

Go to advanced search