Delay using ui-sref

Guys, I’m using this in my app

<a class="tab-item" href="#" ui-sref="app.comments({idPost: 12})">
  <i class="icon ion-chatbubble-working"></i>
  45
</a>

So, when the user click on the icon, open the view with comments. But, in some devices like my Android 4.4.2 I’m experiencing a delay to load the app.comments state.

Somebody can help me do it response more fast by the click?

1 Like

Are you using the nightlies?

I’m using the beta-4. It is very fast on iPhone 5s, but on Moto X Android 4.4.2 is very slow :confused:

Hi!

I experienced the same problem and with back-button too.
In the Google Chrome works perfectly but testing in the “Internet Browser” of Android device I have a delay.

I’m using the latest version of Ionic, (v1.0.0-beta.6)

Did you figured out anything?

Seems to have been resolved in the nightly builds, can you test them and confirm that for me?

You’re right.
I updated to nightly and it works!

Thank you!