ScrollView issues when changing screen orientation
I am having major problems with the experimental ScrollView plugin when changing screen orientation. I've tried multiple hacks and workarounds but nothing is working.
Basically I have a header, footer and content in the middle of the page. When the screen is rotated on either the iphone or android device the footer sometimes disappears. Sometimes it works fine. When any scrolling is done
Tried scrolling programmatically: like wait 5 seconds and scroll down 5 pixels. This doesn't work
Forced focus to the header and footer div
changed Z order of header and footer
Has anyone else had this issue and found a workaround?