-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Livereload via "ionic serve" does not work properly (loosing back button, state etc.) #3222
Comments
If the entire app is refresh, it'll no longer have a history of previous views, which is why the back button no longer shows. |
@Ionitron I see. But is there are any way to perform 'smart' refresh (with history saving)? |
A useful feature would involve being able to set a config variable that resets to specific state on livereload. Depending on what you are trying to achieve when working through the application. Sometimes I'm just working on a single page and the loss of history doesn't matter, but in other cases this function defeats the purpose of livereload since I have to go and change the URL back to my base domain, or to a specific state. |
+1 |
This would be an issue bring up on the cli repo, not the framework. |
+1 |
1 similar comment
+1 |
Type: bug
Platform: desktop browser
Hey, guys.
I have faced an issue coupled with LiveReload via "ionic serve". Apparently, this is ionic refresh side-effect (seems that ionic looses state on refresh). Here is the one of many scenarios of how one can repro it.
Steps to reproduce:
ERROR - "Back button" lost. "Friends" tab is broken (showing Scruff McGruff only)
Here is a short demo video - http://screencast.com/t/MibRQci9y
The text was updated successfully, but these errors were encountered: