Adam Smith

Results 63 comments of Adam Smith

We're experiencing this issue too, on multiple domains/environments, and even in environments where we have automated testing running hundreds if not thousands of tests nightly. We have approx 10 forms...

This might be of help to you! https://www.adchsm.com/slidebars/help/advanced-usage/scrolling-the-html-or-body-elements/ You need to scroll the canvas container as opposed to the html or body elements.

Hi, Are you using 0.10.3 or the new 2.0 beta? The `.close()` method doesn't accept any parameters in 0.10.3. Since only one Slidebar can be open at any one time,...

Is this happening in Chrome by any chance? If you take a look at slidebars.css, you can remove line 219 which might help :) https://github.com/adchsm/Slidebars/blob/master/dist/0.10.3/slidebars.css#L219

Hi, Which version of Android are you experiencing this with? I just took a look on 4.4 and it worked perfectly. Adam

Ok cool, I'll look into this properly when I can but I'm fairly busy right now, Slidebars is entirely on hold.

Ok thanks for letting me know, are any of you using the API, or just using the standard control classes?

Thanks for letting me know :) i'll get that fixed!

It sounds like an event propagation issue where both a touch and click event are being passed, I thought I had this covered but apparently not! I'll keep you updated.

You can't remove overflow x, if you do, the width of the site will expand when a Slidebar is opened, causing horizontal scrolling. I'll take a look into it when...