Ion footer overwrites previous footer for a second
See original GitHub issueIonic version:
[x] 4.7.1 [ ] 5.x
I’m submitting a …
[x] bug report [ ] feature request
Current behavior: Ion footer of a page stays on view when back button pressed, vanishing only after a few seconds.
Expected behavior: Footer should transition back along with the other page’s elements.
Steps to reproduce:
Related code:
insert short code snippets here
<ion-footer class="login-footer">
<ion-row>
<ion-col class="footer-links">
<ion-text [routerLink]="['/register']" class="ion-float-start register clickable">Cadastre-se</ion-text>
<ion-text [routerLink]="['/recovery-password']" class="ion-float-end forgot-pass clickable">Esqueceu a
senha?
</ion-text>
</ion-col>
</ion-row>
</ion-footer>
CSS:
ion-footer {
background: linear-gradient(88.45deg, #FF9009 -18.14%, #FFC700 165.33%);
&.footer-md::before {
background-image: none;
}
}
.login-footer {
height: 5vh;
}
Other information:
Ionic info:
Ionic:
Ionic CLI : 5.4.16
Ionic Framework : @ionic/angular 4.11.10
@angular-devkit/build-angular : 0.801.3
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.1.3
@ionic/angular-toolkit : 2.2.0
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.1.0, browser 6.0.0
Cordova Plugins : not available
Utility:
cordova-res : not installed
native-run (update available: 1.0.0) : 0.3.0
System:
NodeJS : v10.16.3 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Ion footer overwrites previous footer for a second - Ionic Forum
Whenever I press back button to my login page, the page's footer I'm coming back from overwrites for a second the login page...
Read more >Ion footer overwrites previous footer for a second · Issue #21422
Current behavior: Ion footer of a page stays on view when back button pressed, vanishing only after a few seconds. Expected behavior: Footer...
Read more >Ion footer overwrites previous footer for a second
Whenever I press back button to my login page, the page's footer I'm coming back from overwrites for a second the login page...
Read more >ionic override footer bar in template - Stack Overflow
Here below is an example in which the second view (tab) has no ion-footer-bar. I've used $stateChangeStart event to change the property $scope....
Read more >Configure headers and footers for different sections of a ...
Configure headers and footers for different sections of a document · Click or tap the page at the beginning of a section. ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Glad it’s working now 😊
thanks a lot and I’m sorry for the lack of attention. Definitely it was bad using of ionic elements.