Displaying Signing Ceremony iFrame on mobile Safari Browsers
Tuesday, October 25, 2016 at 11:44amHi,
This forum has been such a great help so far, that I figured I'd post here on the off-chance you can provide some guidance.
We're working on displaying the Signing Ceremony iFrame within our application on mobile devices (specifically an iPad running Safari) and have run into some issues.
The main thing we discovered was that the iFrame wouldn't scroll. This turned out to be a common problem on mobile browsers and iFrames and we were fairly easily able to fix it by using -webkit-overflow-scrolling:touch.
However, even after doing that, we're running into issues where clicking a click-to-sign box automatically scrolls the signing ceremony back to page 1 and prevents you from signing (seems to have something to do with setting the height of the div surrounding the iFrame), and random crashing while scrolling the contents of the iFrame.
I'm wondering if this one of those "yeah, we've seen this before - here's some CSS to save the day" kind of issues. If you can provide some guidelines on how to do this, it will probably save us a lot of trial-and-error as well as development time.
Thanks in advance for any help you can provide!
Cheers,
-Chris
Reply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Tuesday, October 25, 2016 at 06:00pmActually, this is something that has come up before, specifically with the iPad. Here is a link to the post on that:https://community.onespan.com/forum/web-application-using-ipad-esign-signing-techniques In the end, I think the height of the iFrame needed to be like 700px. This issue didn't happen with the same application in Android or on a PC. A bug was filed on it to determine if there was something on our side that could be done for it, but I don't know what the result of that was. I can look into it. What is the current height of the iframe?
Reply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Monday, October 31, 2016 at 03:02pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Tuesday, November 1, 2016 at 03:59pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Tuesday, November 1, 2016 at 04:42pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Wednesday, November 2, 2016 at 12:52pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Thursday, November 3, 2016 at 09:01amReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Friday, November 4, 2016 at 12:52pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Monday, November 7, 2016 at 05:54amReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Monday, November 7, 2016 at 11:26amReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Monday, November 7, 2016 at 01:00pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Wednesday, November 9, 2016 at 05:11pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Wednesday, November 9, 2016 at 05:45pmReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Friday, November 11, 2016 at 06:03amReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Friday, November 11, 2016 at 06:08amReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Friday, November 11, 2016 at 06:15amReply to: Displaying Signing Ceremony iFrame on mobile Safari Browsers
Tuesday, December 12, 2017 at 06:35am