This repository was archived by the owner on Dec 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 48
fully remove back Button from ActionBar (clearHistory) #42
Comments
i have the same issue .
…On 18 April 2018 at 20:34, Qanah ***@***.***> wrote:
i have login view after login push the router to tab view i don't need the
back Button,
also win i press logout i push the router to login i have navigation Bar
with back button refer to settings view
look for this issue in nativescript-angular
NativeScript/nativescript-angular#284
<NativeScript/nativescript-angular#284>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AJ16WJ61QeDaF-vx5C8cayI1yXdfYB2Mks5tp0D4gaJpZM4TaEzX>
.
|
Hey @Qanah and @vitouchhay1 Are these views each with their own respective |
@rigoparis i am not understand what you need to tel me, but yes each component has own |
Hi! @Qanah i have the same problem, did you find a solution? |
I also have the same problem. |
I found this not use vue-router
this.$navigateTo(page, {
animated: true,
transition: {},
transitionIOS: {},
transitionAndroid: {
name: 'fade',
duration: 200,
curve: 'ease'
},
clearHistory: true
});
…On Tue, Jun 5, 2018, 11:25 AM Maycon Paiva ***@***.***> wrote:
I also have the same problem.
By signing in, I redirect to home. Pressing the back button again displays
the login screen.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ16WJamNUdZvfv7YvQc_7rzk-Fw6kXyks5t5ghOgaJpZM4TaEzX>
.
|
@vitouchhay1, i was using the vue-router (I find it more elegant and organized), but I think I use it as you do. |
We are locking this issue because it has been closed for more than 14 days. If the issue comes up again please open a new issue with additional details. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i have login view after login push the router to tab view i don't need the back Button,
also win i press logout i push the router to login i have navigation Bar with back button refer to settings view
look for this issue in nativescript-angular
NativeScript/nativescript-angular#284
now i just make the NavigationButton visibility="collapse" but this is not good approach
The text was updated successfully, but these errors were encountered: