I have problems with loading the following content in my mobile application:\[code\]<META name=viewport width="device-width" initial-scale="1" user-scalable="no"><SCRIPT type=text/javascript src="http://stackoverflow.com/questions/15784775/dhxscheduler_mobile.js"></SCRIPT><LINK rel=stylesheet type=text/css href="http://stackoverflow.com/questions/15784775/dhxscheduler_mobile.css"><SCRIPT type=text/javascript charset=utf-8>scheduler.config.init_date = new Date(2011,5,12);dhx.ready(function(){dhx.ui.fullScreen();dhx.ui({ view: "scheduler", id: "scheduler"});$$("scheduler").load("mobile.xml","scheduler");});</SCRIPT> \[/code\]When the page loads, I see some kind of flickering, and not all the content is loaded.I tried the solution suggested by Jquery Mobile, but that doesn't do the job.Solution suggested:\[code\] .ui-page { -webkit-backface-visibility: hidden; } \[/code\]