phiasco12

Results 22 comments of phiasco12

@cjpearson here's an update. This worked fine: `window.Keyboard.hideFormAccessoryBar(true);` But this doesn't work at all: `window.Keyboard.disableScrollingInShrinkView(true);` When the keyboard opens on my phone, I can still scroll the page! I'm testing...

same issue here... any solution to this... I'm just using normal: ``` $(document).on('click','element',function(e){ ..... }); ```