kouadio figux
kouadio figux

Reputation: 81

How to integrate paypal payment in flutter

I want to integrate PayPal payments in my flutter app but that functionality does not exist. I chose to use a flutter webview to load an html file that integrated the PayPal JavaScript SDK.

When I click on the PayPal button nothing happens. I think it's because the flutter Webview can't open another page for the payment process.

How can I bypass that problem?

Upvotes: 5

Views: 4626

Answers (1)

leodriesch
leodriesch

Reputation: 5780

With the plugin Flutter LiquidCore(https://pub.dartlang.org/packages/flutter_liquidcore) you can execute Node.js or JavaScript code within a virtual machine. Have a look at it, maybe it's just a WebView bug

Upvotes: 0

Related Questions