web applications - Android Web Prototype using Images -


I'm trying to create a small demo website optimized for Android phones by using images with hotspots (rather than HTML Coding) and there are some questions that I hope someone can help me.

  1. If I have images that are always 480px wide but how can the variable length, define the page to not take the image 100% width (no horizontal scrolling) , But allow vertical scrolling.

  2. Is it possible to hide top Android bar with URL bar and / or carrier, service and battery information (Not sure what it's said)

    1. I'm not positive but I think if you Use the webview and turn on the zoom controls. This is the behavior you will get.

    2. Yes, in the layout of your activities it will be made using a plain so that there is no address bar by default. And do not add a title bar theme to its title in the title:

      & lt;

      EDIT: Oh, in that case

        Android: Android: Android: Android: Theme = "@Android: Style / Theme.
      1. You Try It May be:

        Meta content = 'width = device-width; initial-scale = 1.0; maximum-scale = 1.0; user's scalable = 0;' name = 'viewport' /> gt; ; & Lt; Meta name = "viewport" content = "width = device-width" />

        I found the proper warning, though my knowledge of HTML I'm not really sure that this will work.

        1. No address bar for my knowledge (default) is part of the browser activity UI, Can not affect the way in which it displays itself from html (note that other browsers are available and that's what's for them, and how they display the address bar.) Some people who have different There are ways.) And no one else Be able to influence the behavior of the notification bar.

Comments