Ionic Gift Shop App - Episode 2 - Item Detail Screen | Angular | Capacitor

Поделиться
HTML-код
  • Опубликовано: 1 апр 2024
  • Hello Friends, Welcome Back to @CodingTechnyks. In this video, we are going to learn about "Ionic Gift Shop App - Episode 2 - Item Detail Screen" #ionic #angular for #pwa, #android & #ios #capacitor
    ► Ionic Gift Shop App playlist - • Ionic Gift Shop App
    ► Ionic Gift Shop App - Episode 1 :- • Ionic Gift Shop App - ...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    List of some popular videos for you, check it out now:
    ►Ionic UI series (Android & iOS): • Ionic UI series (Andro...
    ► Finance App Series: • Ionic Finance App UI S...
    ► SwiperJS 9 in Ionic 7 - • Ionic 7 Swiper Slide u...
    ► Ionic Gift Shop App - Episode 1 :- • Ionic Gift Shop App - ...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    ► Check out our Courses (upto 95% off):
    1. Ionic 7+ & NodeJS: Beginner to Pro-Build Food Delivery App: www.udemy.com/course/ionic-6-...
    2. Ionic 7+ From Beginner to Advanced - Build Food Delivery App : www.udemy.com/course/ionic5-b...
    3. NodeJS: Beginner to Pro - APIs for Food Delivery & Ecommerce: www.udemy.com/course/nodejs-b...
    4. Ionic 7+ Chat App using Firebase:
    www.udemy.com/course/ionic-ch...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    ► Check out our Templates & Code scripts
    1. Ionic 7+ Food Delivery Customer App template (ngModules & standalone): codecanyon.net/item/ionic-7-f...
    2. Ionic 7+ Food Delivery Complete Platform (including Customer, Restaurant, Rider Apps & Angular 17 Admin panel):
    codecanyon.net/item/ionic-7-f...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    ► Ionic Capacitor Generate APK & Run in Android & iOS: • Ionic Capacitor - Crea...
    ► Ionic ALL IN 1 DELIVERY APP UI All Episodes Playlist - • Ionic All in 1 Deliver...
    ► App Auth Screen Playlist: bit.ly/authScreenSeries
    ► Social Media
    Facebook: / codingtechnyks
    Github: github.com/Nykz
    Instagram: / codingtechnyks
    Twitter: / codingtechnyks
    ► Source code: github.com/Nykz/Ionic-Gift-Sh...
    Thanks for watching!
    Kindly Like + Subscribe for such Interesting Videos.
    Credits:- www.freepik.com/free-vector/g...

Комментарии • 18

  • @CodingTechnyks
    @CodingTechnyks  4 месяца назад

    ► Ionic Gift Shop App playlist - ruclips.net/p/PLixvNT19uDK53GIiMdJHkCb27TNqe-noZ
    ► Ionic Gift Shop App - Episode 1 :- ruclips.net/video/tx0ZM6UA464/видео.htmlsi=VqB1n1ngSPq_AyfC

  • @kingkane8220
    @kingkane8220 4 месяца назад +2

    Bro keep uploading Ionic-related stuff. Seems like it is declining in popularity.

  • @saikrishnaorumpati279
    @saikrishnaorumpati279 4 месяца назад +1

    Good work bro your videos are very helpful for me Thank you ❤

  • @pg.idrees
    @pg.idrees 4 месяца назад

    Nice tutorial 🎉

  • @AGUNGKAYA
    @AGUNGKAYA 4 месяца назад +1

    Bro try to make quiz app 😊

  • @aniketmagdum1003
    @aniketmagdum1003 4 месяца назад

    Nice work bro. I follow your videos regularly and i am also creating app using ionic for expense tracking. I need to read sms for auto tracking if you are aware of any package available please let me know...

    • @CodingTechnyks
      @CodingTechnyks  4 месяца назад

      Check this out if it works - github.com/Ayush-Rajniwal/cap-read-sms otherwise there is a cordova plugin for read sms, try that

  • @CharlesM123
    @CharlesM123 4 месяца назад

    Thank you for the tutorial. Question: Why do you use rem for the image container instead of using vh? Is vh not more consistent across different device screens e.g. 40vh would occupy about 40% of the screen which is more consistent across different device screens than using a fixed height which will occupy more space on smaller screens.

    • @CodingTechnyks
      @CodingTechnyks  4 месяца назад +1

      In some cases, like when you tilt your screen, you will find trouble with vh
      At that time rem would be better or dvh
      So vh is beneficial in some cases but not all

    • @CharlesM123
      @CharlesM123 4 месяца назад

      @@CodingTechnyks thank you. For screens where the orientation can change, definitely rem would be an advantage.
      Thank you for the Angular Ionic tutorials. Really nice.

    • @CodingTechnyks
      @CodingTechnyks  4 месяца назад

      Yes, we have to choose wisely but the things
      It’s nice you put up this question
      I liked it

    • @CodingTechnyks
      @CodingTechnyks  4 месяца назад

      Mostly we deal with mobile screens so selected rem in most cases to keep same look and feel
      Have used vh in earlier videos a lot

    • @CharlesM123
      @CharlesM123 4 месяца назад

      @@CodingTechnyks you are welcome. I love the channel. Keep up the good work.

  • @ranarehan8558
    @ranarehan8558 4 месяца назад

    Nice job.....I would like to know if there is a capacitor plugin for image scanning and converting it to PDF like the camscan app.

    • @CodingTechnyks
      @CodingTechnyks  4 месяца назад +1

      capacitor camera plugin gives you the option to edit image, I think that might work for you
      Or you have to use document scanner plugin

    • @CodingTechnyks
      @CodingTechnyks  4 месяца назад +1

      For converting to pdf, use any js function, just search it

    • @ranarehan8558
      @ranarehan8558 4 месяца назад

      @@CodingTechnyks ok ok I will try thank you

    • @ranarehan8558
      @ranarehan8558 4 месяца назад

      @@CodingTechnyks ok thanks you