We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description: Unable to login into Paypal for secure checkout. (Login button do not work)
To Reproduce: try to checkout on any site using paypal inside webview
My webview config
const customUserAgent = DeviceInfo.getUserAgentSync(); <WebView ref={webViewRef} source={{uri: url || BASE_URL}} // Use the url prop or fallback to google style={styles.webview} onNavigationStateChange={(e: WebViewNavigation) => { setWebViewState(e); }} onLoadEnd={handleLoadEnd} onError={handleLoadEnd} sharedCookiesEnabled={true} javaScriptEnabled={true} userAgent={customUserAgent} thirdPartyCookiesEnabled={true} javaScriptCanOpenWindowsAutomatically setSupportMultipleWindows={true} cacheEnabled={true} domStorageEnabled={true} cacheMode={'LOAD_DEFAULT'} originWhitelist={['*']} onShouldStartLoadWithRequest={openExternalLink} onMessage={webViewMessages} />
Expected behavior: It should let us securely login into paypal for checkout
Screenshots/Videos:
Environment:
The text was updated successfully, but these errors were encountered:
I have also reached out to PayPal support and followed their recommended actions, but I am still experiencing the issue.
Sorry, something went wrong.
No branches or pull requests
Bug description:
Unable to login into Paypal for secure checkout. (Login button do not work)
To Reproduce:
try to checkout on any site using paypal inside webview
My webview config
Expected behavior:
It should let us securely login into paypal for checkout
Screenshots/Videos:
Environment:
The text was updated successfully, but these errors were encountered: