html - Website loading issues iOS on iPad2, iPhone 4S -
html - Website loading issues iOS on iPad2, iPhone 4S -
i developing site having issues loading on older ios hardware. pretty sure issues related total size of images beingness loaded site (large graphic designer portfolio visuals), have been unable find documentation on these limitations of hardware. site coded in html/css/js jquery libraries home slideshow. site built using yeoman , scaffolded twitter bootstrap 3.
url: http://bradshawdesignsolutions.com
ios8 tested: ipad air (2013) => ok, retina mini (2013) => ok, iphone 4s => hangs/crashes
ios7 tested: ipad 2 => hangs/crashes
any help point me in right direction resolving issues appreciated. if solution cutting images in half...
you seem loading massive images ipad2, has 1024x768 screen many of images much bigger. e.g. http://bradshawdesignsolutions.com/images/bg-slides/0f5416af.slide-4.jpg 2025x1207, , there appear several @ size.
the inspector showing javascript error:
[error] typeerror: null not object (evaluating 'e.text') c (8bda17b1.vendor.js, line 4) assetloaded (8bda17b1.vendor.js, line 4) d (8bda17b1.vendor.js, line 4) dispatch (8bda17b1.vendor.js, line 2) handle (8bda17b1.vendor.js, line 2)
if have mac on hand plug ipad 2 (after enabling web inspector in safari's settings) , utilize inspect sub-menu in mac safari's develop menu see what's going wrong.
html ios iphone twitter-bootstrap yeoman
Comments
Post a Comment