1. #1
    Sencha User
    Join Date
    Jun 2012
    Posts
    2
    Vote Rating
    0
    gfliess is on a distinguished road

      0  

    Default 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/ )
    W
    ITH A SIMPLE IMAGE SO THAT IE USERS COULS SEE IT WELL.

    THANKZ

  2. #2
    Sencha - Architect Dev Team arnebech's Avatar
    Join Date
    Jun 2010
    Posts
    411
    Vote Rating
    5
    arnebech is on a distinguished road

      0  

    Default


    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);

  3. #3
    Sencha User
    Join Date
    Jun 2012
    Posts
    2
    Vote Rating
    0
    gfliess is on a distinguished road

      0  

    Default


    really thank you