Skip to content

AnvilSignatureModal Blank on Mobile #475

@mrytower5

Description

@mrytower5

Expected Behavior

Trying to return

      <AnvilSignatureModal
        iframeURL={signingURL}
        isOpen={isModalOpen}
        onClose={() => setIsModalOpen(false)}
        onEvent={(event) => {
            console.log('Event object:', event);
            setEventObject(event);
        }} 

on mobile devices should render an embedded signature packet.

Actual Behavior

The embedded modal never opens. I can access the signingURL in another tab in mobile browser, but the iframe doesn't seem to open the signature modal. Are there known issues opening an iframe on iOS Chrome and Safari browsers?

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