Thank you Soo much for the video My app is ready for production build I needed ASP
@CodeSwag4 жыл бұрын
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
@crislaurencelorejas70293 жыл бұрын
This video is very informative. Thank you for sharing your knowledge. More power !
@CodeSwag3 жыл бұрын
Glad it was helpful!
@progressmamutse87844 жыл бұрын
Very educative tutorial...thank you
@CodeSwag4 жыл бұрын
Thanks for watching, Progress 😁
@agrotutor2 жыл бұрын
Thanks for the great Tutorial indeed saved several hours😀
@CodeSwag2 жыл бұрын
Glad it helped!
@carolruo10 ай бұрын
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?
@barikchandan79632 жыл бұрын
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.
@CodeSwag2 жыл бұрын
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.
@bridgetmashira26704 жыл бұрын
Thank you for the awesome tutorial !
@CodeSwag4 жыл бұрын
Glad you liked it, Bridget!
@tatendamatavire9964 жыл бұрын
Great to see you're still putting out tutorials. I had sent you a query on Whatsapp, did you see it?
@chidochemoyochisweto67084 жыл бұрын
Thank you so much. This was really helpful!
@CodeSwag4 жыл бұрын
Thank you 😊
@The9242232 жыл бұрын
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.
@CodeSwag2 жыл бұрын
I'll look into this. Thanks for watching!
@abdulazeezolanrewaju8433 жыл бұрын
Thank you 💕 How about React
@anroswell3 жыл бұрын
Este es un gran tutorial, poco encontrado en la web, justo buscaba esto, muchas gracias.
@rampage2414 жыл бұрын
Thank you for this!
@nadaalchami21052 жыл бұрын
can i try it on cordova instead of capacitor ?
@CodeSwag2 жыл бұрын
Yes the code should work with Cordova
@pathumjayasuriya59023 жыл бұрын
Great tuttorial but i'm stuck on Cannot read property 'canGoBack' of undefined on app component any help ?
@philmups82074 жыл бұрын
Thank you bro
@CodeSwag4 жыл бұрын
Any time
@oscarmendez55883 жыл бұрын
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
@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 ?
@muhammadarief47943 жыл бұрын
May I know Angular version are used in this video?
@nikeshbhagat31662 жыл бұрын
Do u have the same back button solution for nativescript angular
@mdaslamknl2 жыл бұрын
Excellent Can you share the code Thanks
@ahmedrahmed65433 жыл бұрын
please help! ... I've coded the same as you did but I have this error " Cannot read property 'canGoBack' of undefined "
@CodeSwag3 жыл бұрын
please share your project on github and send me the link so I can have a look
@ahmedrahmed65433 жыл бұрын
@@CodeSwag "github.com/AhmedRAhmed/moapp" here is the project GitHub link, I'll be thankful for your help.
@robmooreproductions7160 Жыл бұрын
I get the white screen but have a different error Uncaught ReferenceError: IonicNativePlugin is not defined
@progressmamutse87844 жыл бұрын
When are you uploading the Vue tutorial
@CodeSwag3 жыл бұрын
The Vue tutorial will go live at 10am on Monday 14 December 2020 on this link 😃 kzbin.info/www/bejne/aXTcZoqVm9WEiaM
@giannyjohnbetancourt3 жыл бұрын
Muchas gracias por el contenido del video bro
@aragon5956 Жыл бұрын
the button automatically close my application, why ???
@GoldenMashegot3 жыл бұрын
how to remove that white screen just after the splash?
@CodeSwag3 жыл бұрын
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
@GoldenMashegot3 жыл бұрын
@@CodeSwag nice and thank you so much
@nikeshbhagat31662 жыл бұрын
Hi anybody knows how to get back button event on iOS platform using nativescript angular
@Raylightsen5 ай бұрын
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.