08-30-2018 08:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-30-2018 08:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?
Answered! Go to the Best Answer.

Accepted Solutions
09-01-2018 09:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-01-2018 09:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
There's nothing built into the SDK itself, but this might work for you: https://github.com/gaperton/ionic-views

09-01-2018 09:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-01-2018 09:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
There's nothing built into the SDK itself, but this might work for you: https://github.com/gaperton/ionic-views

