vcalero
Posts: 0
Joined: Wed Nov 13, 2013 12:20 pm

question about performance in tap events

One question:

Which is better?:

  1. component + event tap + Set local storage variable

  2. component + event tap + Navigate to page

    or

  3. component + event tap + Run JavaScript
    with this code:
    localStorage.setItem('variable', 0);
    Appery.navigateTo(....);

    or it's the same?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

question about performance in tap events

Hello! There is no difference.

vcalero
Posts: 0
Joined: Wed Nov 13, 2013 12:20 pm

question about performance in tap events

Gracias Maryna.

Return to “Issues”