web applications - BlackBerry web app - 100% width not filling screen -
i'm working on mobile web app , i've noticed on both test phones, blackberry 9700 bold (os 5.0) , blackberry tour 9630 (os 4.7) not render width properly.
i have simple table i've declared width 100%, table doesn't expand , take 100% of screen. there gutter / white border of 10px or right of screen. if hard code width 480px, takes entire screen, don't want hard code width values since may different depending on blackberry user using.
i'm using meta tag: <meta name="handheldfriendly" content="true" />
, experimented setting viewport meta tag little success.
any ideas? realize set width dynamically using javascript, i'd rather not. also, if save rendered page html , upload html server, when browse page blackberry width 100%! weird considering it's same code. perhaps wrong when page dynamically created , width gets messed up.
anyone else experience this?
i solved project. added min-width:470px divs not filling full blackberry width, , fixed it.
Comments
Post a Comment