You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling LeanplumInbox.read(messageId), it should to trigger open action to open an external url. It works on Android 10 or below but not Android 11. I was using version 1.0.13 and I tried upgrading to the latest version 1.1.1 and it's still the same. Thanks!
The text was updated successfully, but these errors were encountered:
I've tested this on Android 11 and cannot get it to reproduce. The open action is always executed when i read the inbox message. Can you provide more information on how to reproduce this ?
Thanks for the response @milos1290, I am still seeing this on Android 11 but works fine on everything else. The way I configured this on leanplum is open action and open URL then I set an URL. Please note that if the url is a deeplink then it works by taking me to somewhere else in the app. If the URL is a link outside of the app, then nothing happens and no error messages either. I am using "@leanplum/react-native-sdk": "^1.1.1" and "react-native": "0.63.4". Let me know if there's more information you might need, thanks again!
When calling LeanplumInbox.read(messageId), it should to trigger open action to open an external url. It works on Android 10 or below but not Android 11. I was using version
1.0.13
and I tried upgrading to the latest version1.1.1
and it's still the same. Thanks!The text was updated successfully, but these errors were encountered: