-
28 Jun 2012 11:10 AM #1
FIX TO IEXPLORER
FIX TO IEXPLORER
HEY IM NEW ON SENCHA Y READ ABOUT INCOMPATIBILITY WITH IE BUT Y WANT TO KNOW HOY I CAN REPLACE THE ANIMATION ( http://www.mar-com.com.ar/prueba/ )
WITH A SIMPLE IMAGE SO THAT IE USERS COULS SEE IT WELL.
THANKZ
-
28 Jun 2012 12:02 PM #2
You'd probably have to edit the JS on the exported page to make sure it would run in IE, and then use an if statement to avoid loading the animation if the browser is an IE browser.
The part that loads the animation will look similar to this
Code:window.addEventListener('load', function(){ ..... }, false);
-
28 Jun 2012 1:48 PM #3


Reply With Quote