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

Min sdk version from 16 to 19 on android #34

Open luciojb opened 5 years ago

luciojb commented 5 years ago

The plugin code should be updated to match the latest android api sdk calls, at lest at version 19. For now, just changing the version for cordova build, but this may not assure the plugin works under version 19 or higher of android api.

bipoza commented 5 years ago

Yes! I am facing the same bug. I was going to do the same pull request. It works!

ffMathy commented 5 years ago

This fixes #17. Or at least is a workaround.