05-28-2011 01:03 PM
Hi,
I'm having a Playbook WebWorks app with buttons styled with CSS using images. I'm having issue with touch sensitveness with these buttons. The navigation doesnt work always when a button is tapped. Anybody around here having similar issues? Please let me know. Also let me know if there is a solution to that.
Thanks in advance
Praveen
Solved! Go to Solution.
05-28-2011 05:15 PM
Hi Praveen,
Can you put up a sample online for us to look at? I'll have a look if you do!
Staff UI Prototyper (read: full-time hacker)
My BB10 apps: Screamager | Scientific RPN Calculator | The Last Weather App
05-28-2011 09:18 PM
I'm having the same problems, but I think it's a generic problem with the PlayBook, as the issue also plagues the browser.
05-29-2011 03:53 AM
Hi,
This is applicable to any button type added to a simple HTML page.
For example,
<input type="button" value="Click" />
When such a button is clicked, it sometimes turns dark blue color without performing the actual operation it should do. Like interfaSys mentioned i feel its generic problem with playbook.
Thanks
Praveen
05-29-2011 04:50 AM
Finally found a workaround for the issue.
Its better to use ontouchstart or onmousedown instead of onclick for the button action. ![]()