Page 1 of 1

question about performance in tap events

Posted: Thu Jan 16, 2014 12:05 pm
by vcalero

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?


question about performance in tap events

Posted: Thu Jan 16, 2014 12:34 pm
by Maryna Brodina

Hello! There is no difference.


question about performance in tap events

Posted: Thu Jan 16, 2014 1:06 pm
by vcalero

Gracias Maryna.