Hi,
I've got a scenario question on how you guys would solve the following:
My client want to have a one-page mobile startpage shown when visiting the main domain (www.domain.com) from a mobile. If it's not at mobile they just want to show the full dekstop version. On the mobile startpage, they would like 3 buttons: "View full website (dekstop version)", "View support page" and "View color picker". The two last pages should be mobile optimized, which is no problem. But how to make the startpage switch over into desktop mode by clicking a button? and keeping it for the duration of the session? Is there any way to set a server-site session variable which I can check with a Dynamicweb if statement?
Something like:
If mobile AND showdesktopversion =
Render mobile startpage
End If
If desktop OR showdesktopversion = true
Render desktop version
End If
Very strongly related to this old thread