Page 1 of 2
The info from my pages keeps changing.
Posted: Fri May 30, 2014 10:54 pm
by sergio vazquez
This is an example of what ́s going on:
I test my app and find a few errors like "an event action goes to a page it shouldn ́t". I fix all the problems and I test the app again and some more errors appear.
I fix the (different) errors again and new ones show up. I fix them and test again.. and new ones show up.
At first I thought I was making the mistakes but after doing this many times I ́m sure something ́s messing up the code.
This is what I think the problem is (but it shouldn ́t). I ́m duplicating the pages and I think that when I change something in a page, it ́s affecting the other pages.
The info from my pages keeps changing.
Posted: Fri May 30, 2014 11:15 pm
by Alena Prykhodko
Hello Sergio,
Do you have error in browser console?
Please post a screen shot.
The info from my pages keeps changing.
Posted: Fri May 30, 2014 11:20 pm
by sergio vazquez
No, I ́m not getting any errors. Things are just changed.
I don ́t think there ́s use to posting a screen shot because you can ́t tell there ́s something wrong with it.
Example:
Button 1 from page 1 takes you to page 4
When I test the app on the browser or via QR code the same Button 1 from page 1 takes you to page 2.
Thnx for your help.
The info from my pages keeps changing.
Posted: Fri May 30, 2014 11:26 pm
by Alena Prykhodko
Sergio,
Please post your app public link.
What device and OS version do you use to test, what browser and its version?
The info from my pages keeps changing.
Posted: Fri May 30, 2014 11:30 pm
by sergio vazquez
Here ́s the link:
http://appery.io/app/mobile-frame?src...
I test on an iPhone 5, iPad mini, Moto X, and chrome web browser.
The info from my pages keeps changing.
Posted: Fri May 30, 2014 11:36 pm
by sergio vazquez
It happened again.. I ́ll explain what happened:
I tested the app and it was working great. I had worked with:
Sitios
Interés General
Religiosos
Then I started working on "Artesanías"
Now the problem shows up. I go to:
Sitios
Interés General. And this takes me to "Artesanías"
When I go to:
Actividades y Compras
Artesanías. It takes me to "Interés General"
The info from my pages keeps changing.
Posted: Fri May 30, 2014 11:39 pm
by Alena Prykhodko
Thanks. Also tell us exact steps to reproduce.
The info from my pages keeps changing.
Posted: Sat May 31, 2014 12:05 am
by sergio vazquez
- I tested the app and it was working great. I had worked with:
Sitios
Interés General
Religiosos
- Then I started working on "Artesanías"
- Now the problem shows up. I go to:
Sitios
Interés General. And this takes me to "Artesanías"
When I go to:
Actividades y Compras
Artesanías. It takes me to "Interés General"
The info from my pages keeps changing.
Posted: Sat May 31, 2014 12:26 am
by Alena Prykhodko
Sergio, as I can see after testing that, events handlers are triggered correctly. Please make sure you navigate to correct pages.
The info from my pages keeps changing.
Posted: Sat May 31, 2014 12:47 am
by sergio vazquez
OK. I ́ll try to explain it in a different way.. (with an image and colors)
MAKING THE APP
Color RED:
This is how I code my event. "Interés general" goes to page "Interés general".
TESTING THE APP. Open the panel and...
Color GREEN:
Click on "Interés General" and it takes you the wrong page "Artesanías".
Color BLUE:
Click on "Artesanías" and it takes you the wrong page "Interés General".
Color PURPLE:
This is how it should work:
"Interés general" goes to page "Interés general"
and
"Artesanías" goes to page "Artesanías"