Skip to content

Blank payment modal on Android #59

@Oluwaturheeb

Description

@Oluwaturheeb

The PayWithFlutterwave component shows white modal and when i clicked anywhere inside the modal it brings up the keyboard.
i am testing on physical device on Android 7
<PayWithFlutterwave onRedirect={param => console.log(param)} options={{ authorization: 'FLWPUBK_TEST-3ffa62793f521b1e3134650390f7ea97-X', tx_ref: ref(), amount: 5000, customer: { name: Bello Toheeb, email: 'oluwaturheeb@gmail.com' }, currency: 'NGN', payment_options: 'card,banktransfer,ussd', customizations: { title: 'MedXpress', description: Session payment with Dr. Darasimi Vincent, } }} custoFlutterwaveInitmButton={(props) => ( <Button style={{ bottom: 125 }} onPress={props.onPress} mode='contained' disabled={disable}> Proceed </Button>) } />

But when i used the FlutterwaveInit method and run the returned uri with webview directly it works!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions