I’m using phonegap to develop an android app and I would like to fix a title bar to prevent scrolling. It’s seem like a facebook title bar on the top of facebook app.
How should I do it?
Regards.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can acheive this by making use of fixed toolbars in jquery mobile.How to acheive this is well documented in the jquery mobile docs page.Here is the link to it – http://jquerymobile.com/demos/1.1.0/docs/toolbars/bars-fixed.html
Please note that proper “fixed” toolbar support in JQM is limited to the following browsers
as mentioned in the JQM official blog – http://jquerymobile.com/blog/2012/04/13/announcing-jquery-mobile-1-1-0/