arthurh88
asked on
stuck in "mobile" mode, how to click out of it?
if you go to this URL, it is a mobile version of a blog:
http://www.theravive.com/blog/?theme=jq-mobile
The upper right corner is an icon (currently an X icon) that should link out of the blog and to the full homepage, except it seems to be trying to stay in "mobile" realm and goes nowhere.
If you hover over the link you can see it looks right. In the source it looks right. But when I click it, it doesn't work. Either on a mobile device, or on my computer. It's as if the link is trying to get a mobile version of the homepage, which doesn't exist at this time.
Any ideas how I can get this link to work and "exit" mobile mode? I have full control over my IIS7 server. Using ASP.NET in the blog pages.
http://www.theravive.com/blog/?theme=jq-mobile
The upper right corner is an icon (currently an X icon) that should link out of the blog and to the full homepage, except it seems to be trying to stay in "mobile" realm and goes nowhere.
If you hover over the link you can see it looks right. In the source it looks right. But when I click it, it doesn't work. Either on a mobile device, or on my computer. It's as if the link is trying to get a mobile version of the homepage, which doesn't exist at this time.
Any ideas how I can get this link to work and "exit" mobile mode? I have full control over my IIS7 server. Using ASP.NET in the blog pages.
Link broken
ASKER
sorry, its up now :)
Hard to tell.
Are you checking the referrer in the code to determine what version to show?
Are you checking the referrer in the code to determine what version to show?
Change the url from http://www.theravive.com to http://www.theravive.com/blog/ and it should work.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.