Description

New to the Community? Get started by checking out our community guidelines and any news in the Forum World.

Forums
We are seeing browser's vertical scrollbar on some devisces with smaller screen size as a result the signature navigator becomes invisible (goes below the fold) plus extra scrollbar is creating confusing for users since iframe already contains a separate scrollbar. Can someone please share a sample code for AngularJS to set the iframe height relative (shorter) to the height of browser's viewport such that iframe height doesn't go below the fold of browser's viewable area.
Forums
In our web application we are using an iframe for rendering e-signlive contents for document signing. We chose iframe as part of the solution in order to keep the user within our application. Before bringing iframe up, we show a spinner (loading indicator) while we prepare and upload the documents (from server-side) to e-signlive in the background. After uploading the documents we replace the spinner with iframe (pointing it to the signing url), however when we show the iframe there is a noticeable delay in loading (from e-signlive) the documents/contents inside the iframe.
Forums
Sometimes we encounter an issue where we need to change the signer on the package. I know I could resend a package to the new signer, but this would require us to start from the beginning. Is there a way to change the signer after the package is sent? Thanks in advance, Darin