Just this, when I open my site in an iPad using Chrome it just crashed and get closed at the moment. If I open the site with Safari (iPad) it get load but if I change the iPad orientation (portrait to landscape) then Safari crashed and get closed.
Mon, 03/09/2015 - 07:15
Seems to be related to this: http://snippets.khromov.se/slow-performance-and-crashes-on-ios-safari-an...
Thank you for your feedback, we are checking this and will respond you asap
I workarounded this by turning off "cache pages" at "admin/config/development/performance" under "BANDWIDTH OPTIMIZATION". Please give a look a this. thanks.
Hi Chefnelone,
We check on Chrome and Safari on iPad already
The slider works smoothly with out crashing and closing (even we change from Portrait to Landscape)
Don't know why you have this problem, may be js conflict. Btw, so glad to here that you managed solving it already
Hi Cindy,
Problem only happens if I turn-on Caches at admin/config/development/performance.
Can you check on this?
Look my capture
Hi Walter,
I'll check and tell you soon, thank you for your note!
Hi,
After checking as you suggest, we still do not see any problems. Please send us your site's url and admin account to [email protected] (also this forum link)
We will check the problem with your site
Hi Cindy,
I sent you url and credential for the site. It is duplicated site, you can do the test you need. It is not a production site.
test the site in Chrome and Safari in IPAD / IPHONE IOS 8.2.
You can disable Md slider to see that the site works fine.
Hi,The problem is because your block (http://demosite.d565.dinaserver.com/es/admin/structure/block/manage/views/productos-block_3/configure) uses owl carousel (https://www.drupal.org/node/2328369)
As we search and the problem may be due to Owl carousel using CSS 3 -webkit-transform: translateZ
This attribute is not optimally supported by IOS.
You can see here: http://chrissilich.com/blog/fix-css-animation-slow-or-choppy-in-mobile-browsers/
http://www.smashingmagazine.com/2012/06/21/play-with-hardware-accelerated-css/
We disable block (http://demosite.d565.dinaserver.com/es/admin/structure/block/manage/views/productos-block_3/configure) and the slider works fine on both Chrome and Safari on Ipad
Thanks for your support!