I’m trying to design an iphone app and I’m planning on using PhoneGap. I’m thinking about the menu bar I’m adding on the bottom of the window. Should I fix the positioning or should I use absolute or relative or what? THanks 0_0
Share
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.
Use
position: fixed;andbottom: 0;This way the element will always be at the bottom of the screen, no mather on what device you view the webpage.