Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there any way to watch app states.

ANSWERED

Is there any way to track a state of an app. For example: in the app, I have a panorama with 3 elements, by click will open tile-list(change style.display of a list), by click on a tile will open cycle-view list(change style.display of a list). How to implement steps-back from cycle-view - to - tile-list - to - panorama or from cycle to panorama? 

Maybe there is some analog to React state mechanism? 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

There's nothing built into the SDK itself, but this might work for you: https://github.com/gaperton/ionic-views

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

There's nothing built into the SDK itself, but this might work for you: https://github.com/gaperton/ionic-views

Best Answer
0 Votes