locked
HTML style is not showing in mobile handsets RRS feed

  • Question

  • User965244642 posted

    Hi,

    We have developed a solution on asp.net mobile applications.We have done the proper formatting for our applications(suppose font,color,text-format,alignment etc.) & it is showing perfectly in a computer HTML browser screen.But when we trying to access the solution using a mibile handsets(in our case blackberry),the proper formatting(font,color,text-format etc) is not shown on mobile browser(it is HTML browser enabled device).It's simply showing the results in a only one simple format.The changes in format we have done in our applications do not reflect in mobile screen. What shud we do now in order to see the solution in mobile devices in a proper format.

    Can anyone give us any suggession..

    Looking forward for ur reply soon..

    Thanks & Regards

    Anirban

    Friday, February 17, 2006 5:51 AM

All replies

  • User-891526991 posted
    Controls rendering on mobile browsers is completely maintained by the mobile browser.
    even if u specify colors, browser may not show coz it doesnot has the capability of maintaining background colors.

    secondly mob browsers support very limited no of font sizes and we can't find them in the asp.net mobile web sdk(mob browser ignores fonts like arial , times new roman etc.. and show their own fonts)
    but u can change the font on the device among the fonts in the configuration settings, but only one for the entire application. Mob Browser will not show first label  with one font and sec label with different  font.

    Monday, February 27, 2006 4:14 AM