External Page

External Page

Hello, I'm using Jquery Mobile 1.4.2. When I use external page, for example (eia.html) and the rel="external" the transition doesn't work. Is important for me that have external page because have an order in the information. Are any method to have transition in external page?

Thanks!!!

  1. <ul data-role="listview" data-inset="false">
  2.     <li><a href="eia.html" rel="external" data-transition="slide">
  3.         <img src="img/arbol.png">
  4.     <h2>EVALUACIÓN AMBIENTAL</h2>
  5.     <p>Leyes de protección ambiental.</p></a>
  6.     </li>
  7. </ul>

  8. PD: im spanish sorry for my english