-
Notifications
You must be signed in to change notification settings - Fork 107
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
Unable to open RazorpayCheckout when called from Modal in iOS - works in android #146
Comments
@meetyourdev the way we usually integrate it is by using a new component.The fact that we internally use another component to render our content might be the reason why it might not be opening in a modal context.But ideally I suggest you to follow the former approach. |
@iThink32 I have limited understanding in iOS development, can you kindly elaborate your explanation in why its not supported in iOS and works fine in Android . Thanks. |
@meetyourdev I actually tried to explain in terms of react-native anyway please use a new component and try opening react-native-razorpay on it. |
@iThink32 ok thank you |
@meetyourdev updated the comment , pls check |
RazorpayCheckout does not open when tried to call inside a Modal. This works in android and not in iOS.
I checked by creating a new project with the following code
The text was updated successfully, but these errors were encountered: