Is there a way to conceal the blackberry cursor while browsing on the browser? Perhaps through Javascript or CSS?
I am attempting to replicate the functionality found in native apps where users can flick through items with their finger. I find this feature to be user-friendly and would like to incorporate it into my website so that visitors can easily browse through various items using their blackberry poke.
PS. CSS
* {
cursor: url(cursor.png), none !important;
}
Unfortunately, this method does not seem to be effective.