
3 risposte

I was reported as a know issue with sample code to avoid this from salesforce :(function(){ try{ var a=navigator.userAgent; if((a.indexOf('Salesforce')!=-1) &&(a.indexOf('iPhone')!=-1 ||a.indexOf('iPad')!=-1) &&(a.indexOf('OS/8')!=-1 ||a.indexOf('OS 8')!=-1) &&(a.indexOf('Safari')==-1)) { var s=document.createElement('style'); s.innerHTML="html,html body{overflow: auto;-webkit-overflow-scrolling:touch;}body{position:absolute;left:0;right:0;top:0;bottom:0;}"; document.getElementsByTagName('head')[0].appendChild(s); } } catch(e){ } })();