Toheeb Bello
Toheeb Bello
> Hi, Are you able to fix this? What was the solution, facing the same on a project. Cheers > > > The `PayWithFlutterwave` component shows white modal and when...
` const forkParams = (url) => { if (url.indexOf('medxpress')) { var res = {}; if (url.split('?').length > 1) { var params = url.split('?')[1].split('&'); for (var i = 0; i <...
Right there since it uses webview to pass all the parameter to flutterwaveinit function and catch the url in onNavigationChange event and if the redirect url matches the passed parameter,...
You can actually but it'll really be good if we can fix it here to help others this is my button that triggers the flutterwaveint function to generate the url...
You can always handle that from event. As you can see from the code i only handled success event u can use else to close the webview and handle the...