You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I've been having some trouble with implementing collagePlus on mobile phone landscape orientation changes. I have the latest version of chrome installed an iphone 4 and when I change the orientation from portrait to landscape and then back to portrait. there is always a document re-sizing that is just shy of the entire viewport.
I checked to see if this was a problem on a different browser (Safari for mobile) and everything worked fine.
I must say that i did try the $(window.)width(); trick to listen for a 'resize' event and additionally have included an 'orientationchange' event to the list with jQuery mobile but still no luck.
The text was updated successfully, but these errors were encountered:
Hi
I've been having some trouble with implementing collagePlus on mobile phone landscape orientation changes. I have the latest version of chrome installed an iphone 4 and when I change the orientation from portrait to landscape and then back to portrait. there is always a document re-sizing that is just shy of the entire viewport.
I checked to see if this was a problem on a different browser (Safari for mobile) and everything worked fine.
I must say that i did try the $(window.)width(); trick to listen for a 'resize' event and additionally have included an 'orientationchange' event to the list with jQuery mobile but still no luck.
The text was updated successfully, but these errors were encountered: