Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent Signature Field Blocking Issue #177

Open
moosetunes opened this issue Nov 6, 2019 · 0 comments
Open

Intermittent Signature Field Blocking Issue #177

moosetunes opened this issue Nov 6, 2019 · 0 comments

Comments

@moosetunes
Copy link

moosetunes commented Nov 6, 2019

Hello. I'm using the latest .min version and have an issue that continues to surface over the last 3 years. The application uses a Chrome web browser in an Android touchscreen environment. On occasion the page will load but not allow input into a signature field. For example, the screen will scroll up and down when trying to sign in the signature area. I've tried a few different things over time such as giving the field focus and resetting the element but neither seem to completely eliminate the symptom. Is there an approach someone could suggest to perhaps check the field for readiness when appropriate?

Thanks in advance.
Moose

11/9/19 update- I was able to narrow down the issue. The div I am hiding and showing contains the signature field. See below.

$('#primarysig').hide('fast');
$('#primarysig').show('fast');

Signature field visible but blocked

document.getElementById("primarysig").style.visibility = "hidden";
document.getElementById("primarysig").style.visibility = "visible";

Signature field visible and available

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant