|
|
#1 | |
|
Javascript behaves different with IOS6
Hi
I have an iPad app in store called Mygazine Daily. The app is showing strange behavior in IOS6. The issue is narrowed down to this I am not getting proper results when a execute a javascript in UIWebView using stringByEvaluatingJavaScriptFromString Here is the string that works with IOS5 Quote:
Here is what my desired function is Code:
function paging(){
var div1 = document.getElementById('page1').style;
div1.height = window.innerHeight + 'px !important';
var columnWidth = window.innerWidth - 100;
div1.webkitColumnWidth = columnWidth +'px !important';
div1.webkitColumnGap = '0px';
window.scroll(1000000,0);
var result = window.pageXOffset/window.innerWidth + 1;
return Math.ceil(result);}
paging();";
alert(div1.height) returns 840px under IOS5.1 but nothing under IOS6 Please help me understand what is different in IOS6 Last edited by dejo; Nov 14, 2012 at 02:47 PM. Reason: Please use [code] tags. |
||
|
|
0
|
|
|
#2 |
|
I'm not much of an expert with iOS but I would suggest looking in the iOS dev center
https://developer.apple.com/devcenter/ios/index.action |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 02:58 PM.






Linear Mode
