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
Not able to navigate back to the app for any reason after the RazorPay payment screen opens. If the Phone number is not auto fill back don't work. If phone no is auto fill then it works.
#414
Open
ShivaniWani opened this issue
Oct 3, 2024
· 4 comments
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Not able to navigate back to the app for any reason after the RazorPay payment screen opens. If the Phone number is not auto fill back don't work. If phone no is auto fill then it works.
There is no option for prefill the country code, when prefilling the phone number. As the result is takes any other random CountryCode for pre filled phone number
Provided a detailed list of steps that reproduce the issue.
when the RazorPay screen open after we call- ' razorpay.value?.open(options); ' And in 'options' if we don't prefill the ''contact': mbNo,' then
The first screen open in Razorpay is to insert the phone number. On that screen there is back button at top- It is not working. Also the device back click is also not working on that screen.
If while Calling-> 'razorpay.value?.open(options); ' and in 'options' if we prefill the ''contact': mbNo,' then both the back is working and alert dialog.
Expected Results
The first screen open in Razorpay is to insert the phone number. On that screen there is back button at top- It should take the user back to App from where razorpay is called. Also the device back click should work same.
Any Option for prefilling the countryCode when we prefill the contact.
The text was updated successfully, but these errors were encountered:
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Not able to navigate back to the app for any reason after the RazorPay payment screen opens. If the Phone number is not auto fill back don't work. If phone no is auto fill then it works.
There is no option for prefill the country code, when prefilling the phone number. As the result is takes any other random CountryCode for pre filled phone number
@bidur0123
Flutter Version :
Flutter 3.16.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ef1af02aea (9 months ago) • 2024-01-11 15:19:26 -0600
Engine • revision 4a585b7929
Tools • Dart 3.2.4 • DevTools 2.28.5
Xcode Version :
Not using it
Steps To Reproduce
Provided a detailed list of steps that reproduce the issue.
Expected Results
The first screen open in Razorpay is to insert the phone number. On that screen there is back button at top- It should take the user back to App from where razorpay is called. Also the device back click should work same.
Any Option for prefilling the countryCode when we prefill the contact.
The text was updated successfully, but these errors were encountered: