iui transition moving in wrong direction
        Posted  
        
            by Toddeman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Toddeman
        
        
        
        Published on 2010-06-17T19:10:14Z
        Indexed on 
            2010/06/17
            19:13 UTC
        
        
        Read the original article
        Hit count: 376
        
i am using iUI to build a native looking web app for iDevices. whenever i click a link with an href of #something that leads to another div on my page, the transition effect moves (correctly) as if the page were sliding in from the right like it does on any other iDevice app.
a portion of my app requires an indefinite number of sub pages though, so i generate them on the fly, assign them and id, and set the window location to something like myip/mobile/#_newdiv. this causes the transition effect to move in the wrong direction though (as if the page were sliding in from the LEFT, opposite native iDevices).
is there any way to fix this?
© Stack Overflow or respective owner