razorpay / razorpay-pod

:iphone: CocoaPod implementation of Razorpay's Payment SDK. Refer for instructions:
https://docs.razorpay.com/v1/page/ios-integration
MIT License
21 stars 18 forks source link

Cannot pull the keyboard panel #102

Closed cocoadogs closed 3 years ago

cocoadogs commented 4 years ago

Description

when I call razopay sdk open in my controller, it can't pull up the keyboard panel unless I click the Country input button.But it isn't always be that, sometimes it's ok but it often so bad

Razorpay pod Version :

1.1.6

Xcode Version :

Xcode 11.6 (11E708)

What you did:

self.razorpay = [RazorpayCheckout initWithKey:kRazorpayKeyID andDelegateWithData:self]; [self.razorpay open:self.viewModel.razorpayModel displayController:self.navigationController];

or:

self.razorpay = [RazorpayCheckout initWithKey:kRazorpayKeyID andDelegateWithData:self]; [self.razorpay open:self.viewModel.razorpayModel displayController:self];

What happened:

[http://note.youdao.com/s/ZxMqxqX5](bug vedio)

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

1. 2.

Suggested solution:

Code example, screenshot, or link to a repository:

Please provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

gourabghosh1 commented 4 years ago

@cocoadogs 1> can you share your Mobile device model name and manufacture date and the OS details ? 2> also share your Merchant id ? 3> Is this happening for all the device or only one ?

cocoadogs commented 4 years ago

iPhone 6s - iOS 14.0 @gourabghosh1

gourabghosh1 commented 4 years ago

@cocoadogs our tech team will be fixing this , this may take some time , we recommend you to use pre-fills the contact details for now.

--checkout code-- "prefill": [ "contact": "9797979797", "email": "foo@bar.com" ],

cocoadogs commented 3 years ago

it seems like that the bug is reported only in ios14 beta version.now we don't have seen that again

Nautiyalsachin commented 3 years ago

@cocoadogs, well in that case closing this issue now, feel free to either re-open or create a new issue if you have any additional queries.