Ionic Angular Back Button - How to customize the hardware back button in Ionic Angular

  Рет қаралды 20,073

Code Swag

Code Swag

Күн бұрын

Пікірлер: 50
@prasadnarayana
@prasadnarayana 4 жыл бұрын
Thank you Soo much for the video My app is ready for production build I needed ASP
@CodeSwag
@CodeSwag 4 жыл бұрын
You are very much welcome, I'm glad you enjoyed the video. Please subscribe and consider becoming a patron for as little as $1 www.patreon.com/codeswag
@crislaurencelorejas7029
@crislaurencelorejas7029 3 жыл бұрын
This video is very informative. Thank you for sharing your knowledge. More power !
@CodeSwag
@CodeSwag 3 жыл бұрын
Glad it was helpful!
@progressmamutse8784
@progressmamutse8784 4 жыл бұрын
Very educative tutorial...thank you
@CodeSwag
@CodeSwag 4 жыл бұрын
Thanks for watching, Progress 😁
@agrotutor
@agrotutor 2 жыл бұрын
Thanks for the great Tutorial indeed saved several hours😀
@CodeSwag
@CodeSwag 2 жыл бұрын
Glad it helped!
@tatendamatavire996
@tatendamatavire996 4 жыл бұрын
Great to see you're still putting out tutorials. I had sent you a query on Whatsapp, did you see it?
@anroswell
@anroswell 3 жыл бұрын
Este es un gran tutorial, poco encontrado en la web, justo buscaba esto, muchas gracias.
@bridgetmashira2670
@bridgetmashira2670 4 жыл бұрын
Thank you for the awesome tutorial !
@CodeSwag
@CodeSwag 4 жыл бұрын
Glad you liked it, Bridget!
@abdulazeezolanrewaju843
@abdulazeezolanrewaju843 3 жыл бұрын
Thank you 💕 How about React
@The924223
@The924223 2 жыл бұрын
Hi thanks for this video, back button is working for all pages expect if try to navigate back to tabs/tab1 from tabs/tab2 it is taking out of app page itself can please just a way to address this issue.
@CodeSwag
@CodeSwag 2 жыл бұрын
I'll look into this. Thanks for watching!
@lLucassFerreira
@lLucassFerreira Жыл бұрын
hello, I have an app, with tabs bar, containing: home, search, profile and signatures, but when I click on return from any of the tabs, it returns to the home as expected, but the tab is selected even though it is in the home, you would know what it would be ?
@nadaalchami2105
@nadaalchami2105 2 жыл бұрын
can i try it on cordova instead of capacitor ?
@CodeSwag
@CodeSwag 2 жыл бұрын
Yes the code should work with Cordova
@chidochemoyochisweto6708
@chidochemoyochisweto6708 4 жыл бұрын
Thank you so much. This was really helpful!
@CodeSwag
@CodeSwag 4 жыл бұрын
Thank you 😊
@barikchandan7963
@barikchandan7963 2 жыл бұрын
Sir Thanks for this informative video it's helped me out after doing lot's of research but... one question when a page doesn't have any previous page it simply shows for the close app that's fine. But otherwise, all the time back button functionality is emitted for every single page so if I have to emit this functionality only for 2 or 3 pages then how can I do that ? Please show some concern.
@CodeSwag
@CodeSwag 2 жыл бұрын
You can implement the code on the class for the pages you want it to work on as opposed to app.component.ts which does it for all pages.
@philmups8207
@philmups8207 4 жыл бұрын
Thank you bro
@CodeSwag
@CodeSwag 4 жыл бұрын
Any time
@rampage241
@rampage241 4 жыл бұрын
Thank you for this!
@nikeshbhagat3166
@nikeshbhagat3166 2 жыл бұрын
Do u have the same back button solution for nativescript angular
@carolruo
@carolruo Жыл бұрын
Thank you. I have a question. When you have an app which you wanna put a section let's say 'related products' to some product component and the user can navigate infinitely between the products, is this the right implementation to do? using the Location to make the back button navigation will it save the user's pages history?
@pathumjayasuriya5902
@pathumjayasuriya5902 4 жыл бұрын
Great tuttorial but i'm stuck on Cannot read property 'canGoBack' of undefined on app component any help ?
@muhammadarief4794
@muhammadarief4794 3 жыл бұрын
May I know Angular version are used in this video?
@ahmedrahmed6543
@ahmedrahmed6543 4 жыл бұрын
please help! ... I've coded the same as you did but I have this error " Cannot read property 'canGoBack' of undefined "
@CodeSwag
@CodeSwag 4 жыл бұрын
please share your project on github and send me the link so I can have a look
@ahmedrahmed6543
@ahmedrahmed6543 4 жыл бұрын
@@CodeSwag "github.com/AhmedRAhmed/moapp" here is the project GitHub link, I'll be thankful for your help.
@robmooreproductions7160
@robmooreproductions7160 2 жыл бұрын
I get the white screen but have a different error Uncaught ReferenceError: IonicNativePlugin is not defined
@oscarmendez5588
@oscarmendez5588 3 жыл бұрын
Hi, i'm getting the error: this-routerOutlet-canGoBack() is undefined, one post mentioned that the method can not be used in the app.component, but you used it there, any thoughts? Thank you
@GoldenMashego
@GoldenMashego 4 жыл бұрын
how to remove that white screen just after the splash?
@CodeSwag
@CodeSwag 4 жыл бұрын
The splash screen automatically hides after 3 seconds. The whitescreen is showing because the spash is being hidden but your app isn't fully loaded yet. If you want to be sure the splash never hides before the app is fully loaded, set launchAutoHide to false in your capacitor.config.json like this: ibb.co/ZNVp7tr
@GoldenMashego
@GoldenMashego 4 жыл бұрын
@@CodeSwag nice and thank you so much
@mdaslamknl
@mdaslamknl 2 жыл бұрын
Excellent Can you share the code Thanks
@progressmamutse8784
@progressmamutse8784 4 жыл бұрын
When are you uploading the Vue tutorial
@CodeSwag
@CodeSwag 4 жыл бұрын
The Vue tutorial will go live at 10am on Monday 14 December 2020 on this link 😃 kzbin.info/www/bejne/aXTcZoqVm9WEiaM
@nikeshbhagat3166
@nikeshbhagat3166 2 жыл бұрын
Hi anybody knows how to get back button event on iOS platform using nativescript angular
@aragon5956
@aragon5956 Жыл бұрын
the button automatically close my application, why ???
@giannyjohnbetancourt
@giannyjohnbetancourt 4 жыл бұрын
Muchas gracias por el contenido del video bro
@Raylightsen
@Raylightsen 7 ай бұрын
This is for pople who already know what you are talking about. Im new to all this and i understand NOTHING. You speak way too freaking technical, which is terrible for newbies.
How to create your first mobile app using Ionic Angular
19:44
Code Swag
Рет қаралды 208 М.
How I Would Learn To Code (If I Could Start Over)
13:43
Namanh Kapur
Рет қаралды 7 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
How to use Ionic Storage v3 with Ionic Angular
20:46
Simon Grimm
Рет қаралды 15 М.
How to Pass Data Between Pages in Ionic Apps using Angular
27:00
Simon Grimm
Рет қаралды 16 М.
How to Build a Native App from Angular Projects with Capacitor
29:39
This is the Only Right Way to Write React clean-code - SOLID
18:23
101 Weird But Useful Minecraft Hacks
48:36
Skip the Tutorial
Рет қаралды 4,8 МЛН
Стыдные вопросы про Китай / вДудь
3:07:50
вДудь
Рет қаралды 3 МЛН
Tutorial: How to do a GOOD Backfull - with Olympic Medallist David Morris
10:27
David Morris Aerial Skier
Рет қаралды 203 М.
Building a Mobile App in 2024: The BEST Technologies
13:31
Dan Ilies
Рет қаралды 122 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН