willowsystems / jSignature

jQuery plugin - draw signature in browser.
720 stars 266 forks source link

Double Signatures in Android Jelly bean chrome browser #32

Open speedyankur opened 11 years ago

speedyankur commented 11 years ago

Signatures are getting double specially in Android Jelly Bean Chrome Browser

This problem only occurs when we embed the signature panel inside the jquery Mobile Page.

Please find the Screen-Shot attached below. screenshot_2013-07-26-17-34-29

speedyankur commented 11 years ago

This case is specially occurring in case of phonegap apps developed using jquery mobile and jSignature. Specially when tested on Android Jelly Bean 4.2.2.

Please let me know in case you find anything related to this. I have been trying to investigate this issue from last 3 days.

Istenes commented 11 years ago

I'm also having this problem, haven't found any solution to this yet.

Istenes commented 11 years ago

I fixed this by adding a parent div with the style "overflow: none;" This is not an issue with jSignature, I declare this issue closed :)

speedyankur commented 11 years ago

Thanks so much.

Thanks and regards, Ankur Garha X-Platform mobile app expert On Aug 17, 2013 9:37 PM, "Niklas Istenes" notifications@github.com wrote:

I fixed this by adding a parent div with the style "overflow: none;" This is not an issue with jSignature, I declare this issue closed :)

— Reply to this email directly or view it on GitHubhttps://github.com/willowsystems/jSignature/issues/32#issuecomment-22814516 .

DibranMulder commented 10 years ago

Really "overflow: none"? Doesn't seem to be an option http://www.w3schools.com/cssref/pr_pos_overflow.asp

Istenes commented 10 years ago

Sorry, should be "overflow: hidden;" On 17 Jan 2014 09:17, "Nimrodxx" notifications@github.com wrote:

Really "overflow: none"? Doesn't seem to be an option http://www.w3schools.com/cssref/pr_pos_overflow.asp

— Reply to this email directly or view it on GitHubhttps://github.com/willowsystems/jSignature/issues/32#issuecomment-32587125 .

speedyankur commented 10 years ago

Thanks for accepting my suggestions

Thanks and regards, Ankur Garha X-Platform mobile app expert On Jan 17, 2014 2:02 PM, "Niklas Istenes" notifications@github.com wrote:

Sorry, should be "overflow: hidden;" On 17 Jan 2014 09:17, "Nimrodxx" notifications@github.com wrote:

Really "overflow: none"? Doesn't seem to be an option http://www.w3schools.com/cssref/pr_pos_overflow.asp

— Reply to this email directly or view it on GitHub< https://github.com/willowsystems/jSignature/issues/32#issuecomment-32587125>

.

— Reply to this email directly or view it on GitHubhttps://github.com/willowsystems/jSignature/issues/32#issuecomment-32587808 .

DibranMulder commented 10 years ago

Thanks! Overflow:hidden did it too for me.

speedyankur commented 10 years ago

Let me know if you are starting any new open source project. I'm very much interested in contributing towards front end development using HTML5/css3 and javascript

On Fri, Jan 17, 2014 at 2:12 PM, Nimrodxx notifications@github.com wrote:

Thanks! Overflow:hidden did it too for me.

— Reply to this email directly or view it on GitHubhttps://github.com/willowsystems/jSignature/issues/32#issuecomment-32588263 .

VincentDeprez commented 10 years ago

Overflow: hidden works, thanks a lot for this solution

speedyankur commented 10 years ago

Anytime...

Thanks and regards, Ankur Garha X-Platform mobile app expert On Aug 6, 2014 6:16 PM, "VincentDeprez" notifications@github.com wrote:

Overflow: hidden works, thanks a lot for this solution

— Reply to this email directly or view it on GitHub https://github.com/willowsystems/jSignature/issues/32#issuecomment-51329157 .