google / cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android.
Apache License 2.0
117 stars 147 forks source link

doesn't support for cordova-android 7.0.0? #29

Open arissofan opened 6 years ago

arissofan commented 6 years ago

Same as the issue title. It doesnt support for cordova-android 7.0.0?

santiihoyos commented 5 years ago

any fork?

CSobol commented 5 years ago

It is the plugin dependency on cordova-plugin compat which breaks it on cordova-android >=7.0.0.

I have a fork here which removes that dependency:

https://github.com/StarfishEnterprise/cordova-plugin-browsertab/

santiihoyos commented 5 years ago

Me too. Thanks.

premtemp1 commented 5 years ago

@CSobol I install your fork plugin but I get the error

config file res/values/browsertab.xml requested for changes not found at platforms/android/res/values/browsertab.xml, ignoring

CSobol commented 5 years ago

@premtemp1 open an issue on my repo and I can try and take a look for you.

visortown commented 5 years ago

It is the plugin dependency on cordova-plugin compat which breaks it on cordova-android >=7.0.0.

I have a fork here which removes that dependency:

https://github.com/StarfishEnterprise/cordova-plugin-browsertab/

@CSobol Browser tab still not available with "cordova-android": "7.1.4"

premtemp1 commented 5 years ago

@CSobol, thanks you but there in no option on your repo to open. an issue

nathanstan commented 5 years ago

Since this project is no longer maintained. I found that cordova-plugin-safariviewcontroller works great for Android (implements chrome custom tabs) and IOS. Tested on Cordova Android@8 and 7.

p.s If you are using plugins that require cordova-plugin-androidx in your project, you will need cordova-plugin-androidx-adapter for this to work.