-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels