braintree / popup-bridge-android

PopupBridge allows WebViews to open popup windows in a browser and send data back to the WebView
MIT License
53 stars 27 forks source link

Android 11 / API 30 #30

Closed malua closed 3 years ago

malua commented 4 years ago

General information

Issue description

Hey, just wanted to ask if it's on your radar, that popupBridge does not work on Android 11 / API 30? I just noticed that the popup browser doesn't open on an emulator with API 30, so I wanted to let you know.

All the best, Lukas

EDIT: I know android 11 is not even out yet ;)

sshropshire commented 4 years ago

Hi @malua thanks for using the Braintree SDK for Android. Android 11 has a more strict intent query system, and we have a draft PR up that should resolve this issue once merged. We can leave this issue open for tracking, and we'll post an update here when it's ready.

malua commented 4 years ago

Great, thanks!

sarahkoop commented 3 years ago

Hi @malua, version 3.1.0 has been released and includes support for Android 11.

malua commented 3 years ago

Thanks for the update!