I have a web site that I created in MVC 4 with both web and mobile views. I'm using Mobile Extensions on my thoughts when someone goes to a site from a mobile phone and is doing great work. When I go from the iPhone to the site, it detects the browser and displays the mobile idea correctly.
However, if I add an app to the home screen and I navigate to the site by clicking the Home screen icon, MVC uses standard web ideas.
I can only assume that when the safari is used in standalone / fullscreen mode it sends it through different headers, which MVC does not recognize. (Side note: This also ignores auto-logged cookies which were previously set when the site was accessed normally through the browser).
I understand that MVC needs to recognize this still is a mobile browser and has to present mobile ideas?
Not easy to do this, especially if the user launches from the beautiful way home screen icon The output of the string is ... and then manually override to make sure that the user or some part of it loads the mobile like this question how to do this:
Comments
Post a Comment