How to control screen view on android default browser

Posted by Dagon on Stack Overflow See other posts from Stack Overflow or by Dagon
Published on 2012-10-29T04:56:29Z Indexed on 2012/10/29 5:00 UTC
Read the original article Hit count: 107

I want to develop a web app which user can access it using android default web browser (at least). There are some issue about the app screen control but i still can't find the solution anywhere else and i don't know where can i find for the look-alike. I need the app to be

  1. Full screen
  2. If(No.1 is impossible) navigation bar is either permanently shown or permanently hidden
  3. The app is fixed to the position and can't be scrolled horizontally or vertically and no scroller appear on the right side

Are all or some of these can be done using javascript/css/html?

© Stack Overflow or respective owner

Related posts about web-applications

Related posts about default-browser