My customer is just moving to EB 1.8 on WIndows Mobile on MC92No scanners.
I have a bit of a challenge as my web based app needs to works on 2 configurations. Some of their scanners will use the default native screen resolution of 480x640 with Enterprise Browser, whilst others will use a Viewport override in config.xml to make EB resolution 240x320 to be backwards compatible with MC9090's.
I have to admit to not being a HTML/CSS wizard and apart from using
meta name="viewport" content="width=device-width"
I find that if I design my page for one of the resolutions it fails to scale on the other.
Are there any example apps (however simple) which would illustrate the technique to use appropriate size fonts for each of these configurations. I don't want 2 versions of my app if I can help it so I would prefer if it was clever enough to dynamically adjust at runtime.
I'm sure there are a lot of CSS guru's who can help me please.
Many thanks
Dave
2 Replies
I think it really depends what framework you're using to create your web app as this will determine the best way to scale the UI.
Just HTML/CSS and some Javascript for the EB 1.8 calls.
Thanks
Dave