- changePage is at the root of a lot of the problems. Changepage on logout no big deal. but changepage on login left it in a vulnerable state. In this state, hitting a select menu would cause the main issue where page no longer scrolls. I changed the actLoginJoson return script to stop doing a change page and instead do a reload. Beacuse the user is logged in, then the main home page naturally is what shows. Reload is an important factor in fixing the state of things when it gets out of whack. - crm\views\phone\incViewAlertPopup.cfm: disabled data-transition="fade". Popups with fade also caused the page scroll to stop. - crm\views\phone\viewPageMain.cfm: added this script. helped some, but the changepage was still a problem even with this code. - added "changeHash: false" to changePage in login (actLoginJson.cfm and Fse.logOut()). didn't help. http://community.phonegap.com/nitobi/topics/-mobile-changepage-mutlipage-hidden-after-second-ios-9-iphone-6s http://www.gajotres.net/prevent-jquery-mobile-from-using-hash-navigation/