Reputation: 1
I have developed a shopping website with PayPal payment integration, payment method is fully functional, But when I try to open the same through a react native expo app (via WebView) only the PayPal payment option is not visible while other payment options are visible in express checkout. In terms of element usage PayPal option is in iframe element while others payment options are in div element. According to React Native Expo's WebView documentation, it supports iframes.
Should the visibility of the PayPal payment option be affected because of the iframe?
since there is no react native expo specific code changes are made, it should not impact visibility of PayPal payment option on app as the app uses the same website code. Kindly revert with a solution or suggestion
I find only differences in iframe and div element.
Upvotes: 0
Views: 160