blackberry - webpage designed for mobile platforms with reflow-like qualities -


i looking way use css , viewport properties force 1 div of formatted text content take exactly screen width, regardless of user specified zoom. reflow functionality pdf readers have. i'd prefer not use javascript.

is possible? targeting blackberry browser specifically.

can't tell blackberry browser specifically, here's bit of general considerations:

  • don't give page fixed width, except maybe 100%; check on actual device.
  • don't measure things in pixels (except raster images), use pt, em , % possible.
  • be careful floats , absolute-positioned things.

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -