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?
Expected Behavior
Trying to return
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?