Hi,
Has anyone successfully implemented screen orientation plugin in Sitecatalyst to capture mobile device orientation?. When we use the below code in the s_code, in the web page i am seeing some unusual behavior(ie: when we scroll the page to the bottom and then if i click anywhere on the content section, page goes to the top by default). I understand, that's happening because of this line "window.scroll(0,0)". Any help or thoughts?
Plugin Code below:function screenOrientation(){switch(window.orientation){case 0:case 180:return("Portrait");break;case 90:case -90:return("Landscape");}window.scroll(0,0)}
Reference: http://webanalyticsland.com/sitecatalyst-implementation/capture-mobile-device-screen-orientation-in-...
Thanks in Advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Gigazelle,
Thanks for the reply. It works fine if we remove that line.
Views
Replies
Total Likes
I struggle to see the value of the window.scroll function in context of the plugin. What happens if you remove that line?
Views
Replies
Total Likes
Hi Gigazelle,
Thanks for the reply. It works fine if we remove that line.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies