Hi
I have a little bit of a problem. As i’m creating web app and my Company (i’m owner) policy is to use Windows Phones…
Now i get in an web app i’m developing this message…
Your browser is not supported. Please try using one of this other browsers:
- Mozilla Firefox
- Google Chrome
- Apple Safari
- or Microsoft Internet Explorer
And on Windows Phone it’s Internet Explorer…
Is there workaround or… do i need to wait for Xojo for patch/fix
Found solution my self
Session.AllowUnsupportedBrowser
and return true
but this is just a quick fix, it should be supported if it Works on desktop… its basicly the same browser (desktop/phone)…
It may be the same browser, but at he user agent is completely different and that’s what we use to tell what platform/browser is in use.
Please file a bug report and we’ll get it fixed.
as someone that use to make Windows phones, thank you. I as a anti-Microsoft person, really likes the WP8 interface on a phone. Taking some of that UI elements to the desktop was a mistake. but that is another discussion.
[quote=110238:@Greg O’Lone]It may be the same browser, but at he user agent is completely different and that’s what we use to tell what platform/browser is in use.
Please file a bug report and we’ll get it fixed.[/quote]
actually the mobile IE that is part of WP8 and WP8.1 says it is either mobile IE (for like a phone) or desktop IE (for like a desktop) depending on which option a user has selected in a settings. Default for users out of the box is mobile IE but givens them the option to switch on the fly since some sites dont support mobile IE.