Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
shoaib_perception
Posts: 12
Registered: ‎03-28-2012
My Carrier: Vodafone

Re: fixed header and scorlling issue

Hi,

Thanks for your reply.

I have checked it with BlackBerry 9650 and 8900 simulators, but it still not working.I think it is working with touch screen devices.

Is there any solution for trackpad devices?
Please use plain text.
Contributor
gigiks
Posts: 14
Registered: ‎05-19-2012
My Carrier: none

Re: fixed header and scorlling issue

Hi,

 

Am using tablet OS2.0

 

I had the same issue with scrolling but the kitchenSink was working. so after comparing with my code found out that I had the following meta tag: <meta name="touch-event-mode" content="pure-with-mouse-conversion" >

Removing content="pure-with-mouse-conversion" made it scroll.

 

Please use plain text.