-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
General information
- SDK/Library version: 28
- Android Version and Device: Pixel Emulator with Android 6.0
Issue description
I am trying to integrate for Payment GateWays Other Than Paypal.
Example: Use RazaorPay
Test Page https://susthitsoft.com/test.html
Earlier when I was using another webview show popups
Using onCreateWindows of WebChromeClient class
WebView.WebViewTransport transport = (WebView.WebViewTransport) resultMsg.obj;
transport.setWebView(newWebView);
resultMsg.sendToTarget();
It seemed to be working.
However, this is'nt case with PopUpBridge
Any ideas is there is way to link WEbViewTransport to Browser window launched?
Or am I missing something.
If this works it could be a generic method for all payments gatways like Stripe etc.
Could you help ?
Metadata
Metadata
Assignees
Labels
No labels