MobileForm background color not being rendering with WML

I have a MobileForm that has a background color set, but when I browse to that form via a device that expects WML, the background color is not sent to the browser.  If I browse to the form with a device that expects html it is fine.

Question is: Can .NET create the WML properly and send the style attribute of the card element in wml to set the background color

Thanks!


Answer this question

MobileForm background color not being rendering with WML

  • tango2310

    Erik, I belive you are in the wrong forum for the questions you are asking. the .NET Compact Framework has no knowlege whatsoever of WML.

  • KilroyHughes

    What handles the WML creation then if I create a

    <browserCaps>
          <use var="HTTP_USER_AGENT" />
          <filter>
            <case match="AVAYA/IGEN/v( 'browserMajorVersion'\w*)\.( 'browserMinorVersion'\w*)\+\(( 'deviceID'\w{4}).*">
               
    section in the web.config. 

    By having a browser that matches that USER_AGENT IIS render wml and allows me to view the page in wml.  Regardless of browser I can get ASP.NET / IIS to render WML

  • tom jonson

    The .NET Compact Framework is not involved at all in WML rendering. It sounds like a limitation of the browser you are using on your device.

  • MobileForm background color not being rendering with WML