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

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 50

  • @prasadnarayana
    @prasadnarayana Před 3 lety +2

    Thank you Soo much for the video
    My app is ready for production build I needed ASP

    • @CodeSwag
      @CodeSwag  Před 3 lety

      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

  • @progressmamutse8784
    @progressmamutse8784 Před 3 lety +2

    Very educative tutorial...thank you

    • @CodeSwag
      @CodeSwag  Před 3 lety

      Thanks for watching, Progress 😁

  • @agrotutor
    @agrotutor Před 2 lety +1

    Thanks for the great Tutorial indeed saved several hours😀

  • @crislaurencelorejas7029
    @crislaurencelorejas7029 Před 3 lety +1

    This video is very informative. Thank you for sharing your knowledge. More power !

  • @anroswell
    @anroswell Před 3 lety

    Este es un gran tutorial, poco encontrado en la web, justo buscaba esto, muchas gracias.

  • @philmups8207
    @philmups8207 Před 3 lety +2

    Thank you bro

  • @chidochemoyochisweto6708
    @chidochemoyochisweto6708 Před 3 lety +1

    Thank you so much. This was really helpful!

  • @bridgetmashira2670
    @bridgetmashira2670 Před 3 lety +1

    Thank you for the awesome tutorial !

    • @CodeSwag
      @CodeSwag  Před 3 lety

      Glad you liked it, Bridget!

  • @tatendamatavire996
    @tatendamatavire996 Před 3 lety

    Great to see you're still putting out tutorials. I had sent you a query on Whatsapp, did you see it?

  • @rampage241
    @rampage241 Před 3 lety +1

    Thank you for this!

  • @abdulazeezolanrewaju843
    @abdulazeezolanrewaju843 Před 3 lety +1

    Thank you 💕
    How about React

  • @carolruo
    @carolruo Před 8 měsíci

    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?

  • @The924223
    @The924223 Před 2 lety +1

    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  Před 2 lety

      I'll look into this. Thanks for watching!

  • @robmooreproductions7160

    I get the white screen but have a different error
    Uncaught ReferenceError: IonicNativePlugin is not defined

  • @barikchandan7963
    @barikchandan7963 Před 2 lety +1

    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  Před 2 lety

      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.

  • @pathumjayasuriya5902
    @pathumjayasuriya5902 Před 3 lety

    Great tuttorial but i'm stuck on Cannot read property 'canGoBack' of undefined on app component any help ?

  • @lLucassFerreira
    @lLucassFerreira Před rokem

    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 ?

  • @giannyjohnbetancourt
    @giannyjohnbetancourt Před 3 lety

    Muchas gracias por el contenido del video bro

  • @nikeshbhagat3166
    @nikeshbhagat3166 Před rokem

    Do u have the same back button solution for nativescript angular

  • @oscarmendez5588
    @oscarmendez5588 Před 3 lety

    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

  • @nikeshbhagat3166
    @nikeshbhagat3166 Před rokem

    Hi anybody knows how to get back button event on iOS platform using nativescript angular

  • @nadaalchami2105
    @nadaalchami2105 Před 2 lety +1

    can i try it on cordova instead of capacitor ?

    • @CodeSwag
      @CodeSwag  Před 2 lety

      Yes the code should work with Cordova

  • @ahmedrahmed6543
    @ahmedrahmed6543 Před 3 lety +1

    please help! ... I've coded the same as you did but I have this error " Cannot read property 'canGoBack' of undefined "

    • @CodeSwag
      @CodeSwag  Před 3 lety

      please share your project on github and send me the link so I can have a look

    • @ahmedrahmed6543
      @ahmedrahmed6543 Před 3 lety

      @@CodeSwag "github.com/AhmedRAhmed/moapp" here is the project GitHub link, I'll be thankful for your help.

  • @muhammadarief4794
    @muhammadarief4794 Před 2 lety

    May I know Angular version are used in this video?

  • @alex595659
    @alex595659 Před 11 měsíci

    the button automatically close my application, why ???

  • @GoldenMashegot
    @GoldenMashegot Před 3 lety +1

    how to remove that white screen just after the splash?

    • @CodeSwag
      @CodeSwag  Před 3 lety +1

      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

    • @GoldenMashegot
      @GoldenMashegot Před 3 lety

      @@CodeSwag nice and thank you so much

  • @mdaslamknl
    @mdaslamknl Před 2 lety

    Excellent
    Can you share the code
    Thanks

  • @progressmamutse8784
    @progressmamutse8784 Před 3 lety +1

    When are you uploading the Vue tutorial

    • @CodeSwag
      @CodeSwag  Před 3 lety

      The Vue tutorial will go live at 10am on Monday 14 December 2020 on this link 😃 czcams.com/video/3Cy5W_fpQSA/video.html

  • @Raylightsen
    @Raylightsen Před 3 měsíci

    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.