Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent Response received from InAppBrowser in Android Chrome after tapping or scanning on Singpass QR code #426

Open
LiFang-Activate opened this issue Jul 4, 2023 · 1 comment

Comments

@LiFang-Activate
Copy link

Which platform(s) does your issue occur on?

Most Android 13 and below

Please, provide the following version numbers that your issue occurs with:

"react-native-inappbrowser-reborn": "^3.7.0",

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.
Example link: example://singpass?gdghfhgfhgjhkjhkhkjk,jkjkjdlfiopsifposjkldznvkjznvjkdzncklszcbzcjnzxkvnxnbncnvn
const result = await InAppBrowser.open(url, { // iOS Properties // ephemeralWebSession: false, dismissButtonStyle: "done", // preferredBarTintColor: Colors.secondaryGreen, // preferredControlTintColor: Colors.white, readerMode: false, animated: false, modalPresentationStyle: "fullScreen", modalTransitionStyle: "coverVertical", modalEnabled: true, enableBarCollapsing: true, // Android Properties showTitle: true, enableUrlBarHiding: true, enableDefaultShare: true, forceCloseOnRedirection: false, showInRecents: true, animations: { startEnter: "slide_in_right", startExit: "slide_out_left", endEnter: "slide_in_left", endExit: "slide_out_right", }, });
3. . Below is a sample of the android manifest file
<intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="example" android:host="singpass" /> </intent-filter>

There wasn't any response received. Tried with both open and openAuth

@Ariflo
Copy link

Ariflo commented Jul 18, 2023

Not sure if you're dealing with the same issue as I did, but hope this helps: #429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants