The Essential Ionic Image Zoom Guide (Modal & Cards)

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

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

  • @adel_dx
    @adel_dx 4 года назад +2

    Bro, everything you do is really cool, I'm working on a huge project and I needed this feature like Instagram for my current project and you save my time. you are the best. continue.

  • @dayanch7446
    @dayanch7446 3 года назад +1

    The tutorial is super useful, thank you Simon!

  • @jonathanperry7530
    @jonathanperry7530 4 года назад +1

    ionic "hybrid" application xD
    Love it! Great job as always Simon, keep it up!

  • @saidganduradarme6941
    @saidganduradarme6941 4 года назад +1

    Simon amazing video its actually really heapful please continúe with your videos thnk you

  • @wealth_developer_researcher
    @wealth_developer_researcher 4 года назад +1

    Thanks Simon, This is what I exactly needed.

  • @josemarsc_dev
    @josemarsc_dev 4 года назад +1

    I think if you set the position of the 'fake backdrop' to fixed solves the problem with the height

  • @sandalf-the-grey
    @sandalf-the-grey 4 года назад +1

    Nice video,
    BTW I believe the reason why it the backdrop goes immediately to 0 is because you have there ngIf=zoomactive and you are toggling that value right after touchEnd event, so the backdrop div gets removed from DOM right after that.

    • @galaxies_dev
      @galaxies_dev  4 года назад

      Yeah think so too but didn't had a better way of doing it at that time :/

  • @vyshnavkumar3769
    @vyshnavkumar3769 4 года назад +1

    Great very helpful information tutorial I follow all your vedios they are informative super

  • @longma1886
    @longma1886 4 года назад

    thank you for a wonderful video.
    I have a question to ask. I have a canvas in my ionic angular project. How can I add double tap event to the canvas?
    When double tapping, just console log will be enough.

    • @galaxies_dev
      @galaxies_dev  4 года назад

      You could try and use Ionic Gesture API to catch a double tap on any element!

  • @1320FC1308
    @1320FC1308 4 года назад +2

    this is really cool~

  • @abdulazeezolanrewaju843
    @abdulazeezolanrewaju843 3 года назад

    Thank you very much sir... please can we have a React Example sir

    • @galaxies_dev
      @galaxies_dev  3 года назад

      I haven't worked with React yet.

  • @markanthonyguiquing1515
    @markanthonyguiquing1515 4 года назад

    can you make a full tutorial of taxi reservation with google map

  • @muthucreations8052
    @muthucreations8052 4 года назад

    Please tell How we can load all local MP3 files in ionic.i am already worked but it load slowly and app is hanked

  • @goku21youtub
    @goku21youtub 4 года назад

    hmm why cant we use swiper on normal page elements(divs) ?? only the ionic slides component ?

    • @galaxies_dev
      @galaxies_dev  4 года назад

      You could use Swiper all the time when using it as the component itself without Ionic!

  • @legcsabi
    @legcsabi 4 года назад

    How to make the instagram zoom effect work in the browser? Unfortunately it has z-index issues..

    • @galaxies_dev
      @galaxies_dev  4 года назад

      I’m actually not sure since the pinch zoom didn’t work for me already :/

  • @Beyond_dream_lines
    @Beyond_dream_lines 4 года назад +1

    use toggle = true... no need of close button

  • @laouadfahd4490
    @laouadfahd4490 4 года назад

    Please how i can show result in device mobile when i update code without run command ionic cordova run android again

    • @wolfblazer2189
      @wolfblazer2189 4 года назад +1

      With Capacitor -> for Android "ionic cap run android --livereload --external" , for ios "ionic cap run ios --livereload --external", With Cordova -> for Android "ionic cordova run android -l" for ios the same "ionic cordova ios -l" (Pd. -l its shorcut to --livereload) more info here (ionicframework.com/docs/cli/commands/capacitor-run) (ionicframework.com/docs/cli/commands/cordova-run) ,

    • @laouadfahd4490
      @laouadfahd4490 4 года назад

      @@wolfblazer2189 thanks

  • @pratheepgv6037
    @pratheepgv6037 4 года назад +1

    We can do anything with ionic