Closed Shivendra30 closed 5 years ago
We are automatically closing this issue because it does not appear to follow any of the provided issue templates.
Please make use of the bug report template to let us know about a reproducible bug or regression in the core React Native library.
If you'd like to propose a change or discuss a feature request, there is a repository dedicated to Discussions and Proposals you may use for this purpose.
@Shivendra30 Where i can add them ?
I've seen multiple questions regarding this on StackOverflow but unfortunately, none of them have been solved.
In my case, I'm using PayuMoney inside a WebView to execute a transaction. Payumoney by default opens up a new window while processing a transaction which is not visible inside the react native's webview but is apparently visible in mobile browsers.
According to this answer - Enable Popups in React Native WebView, I added
And also this,
Additionally, I have also tried multiple npm packages which provide different implementations of WebView but nothing seems to work.
What is the best way to enable this feature?