$.Mobile.chanePage showing white screen in iphone 6 ( IOS 9)

$.Mobile.chanePage showing white screen in iphone 6 ( IOS 9)

I am using Jquery mobile 1.2. when executing the below code, white screen is appearing on the screen. Particularly in large screen. If i apply the property transition : "none", it is working fine. But i don't want to loose the transition. Can someone please help on this.

function _ReturnToHome() { $.mobile.changePage("#Home", { reverse: "true" }); if(_isIOSSafari()) { setTimeout(function() { _setCompletionStatus(); }, 500); } else _setCompletionStatus();