Ionic Swiper Slide using Swiper 9 (alternative of ion-slides)

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 31

  • @CodingTechnyks
    @CodingTechnyks  Рік тому

    ► 89-95% off on Udemy Courses
    1. Ionic 6+ with NodeJs - Complete Beginner to Pro Course 2023
    ₹389 / $9.99 - till April 20, 2023
    www.udemy.com/course/ionic-6-with-nodejs-the-complete-beginner-to-pro-course/?couponCode=ASSAMBIHU
    2. Ionic 6+ From Beginner to Advanced - Build Food Delivery App
    ₹389 / $9.99 - till April 20, 2023
    www.udemy.com/course/ionic5-beginner-to-advanced-build-food-delivery-app/?couponCode=ASSAMBIHU

  • @elydevhn
    @elydevhn Рік тому +2

    The tutorial is excellent, thank you, I waiting for you, for the new tutorials.🎉

  • @ashishchaurasiya652
    @ashishchaurasiya652 Рік тому

    Great tutorial with step by step explanation. Please make a video on SQLite in ionic 7 .

  • @SatyajitBehera319
    @SatyajitBehera319 3 місяці тому

    nice tutorial😍😍😍

  • @aashishverma664
    @aashishverma664 Рік тому

    finally someone explaining slider where my app is a "standalone" as stanadalone doesn't have app.module.ts usage👍

  • @jbwesleyster
    @jbwesleyster Рік тому

    The is excellent thank you !!

  • @FQTV320
    @FQTV320 Рік тому

    Great tutorial, thanks!

  • @dogalife4374
    @dogalife4374 11 місяців тому

    Just wanted to help , if you want initialSlide to be changed according dyanamic array, then use function "slideTo()"

  • @neprianto
    @neprianto Рік тому

    mantap bro

  • @mouafekhedfi
    @mouafekhedfi 9 місяців тому

    Hi, I love your videos, but can you please tell how to implement image zoom feature using swiper, as you know all image zoom plugins in ionic are deprecated now!

    • @CodingTechnyks
      @CodingTechnyks  9 місяців тому +1

      Zoom, you mean preview?

    • @mouafekhedfi
      @mouafekhedfi 9 місяців тому

      Yes sir, I want to preview the image with zoom in and out features@@CodingTechnyks

    • @CodingTechnyks
      @CodingTechnyks  9 місяців тому

      @mouafekhedfi ok

    • @mouafekhedfi
      @mouafekhedfi 9 місяців тому

      Thanks!@@CodingTechnyks

  • @yozora1038
    @yozora1038 Рік тому

    Hello Sir, can you please make a video about Swiper in Angular Modular? Please, Thank you.

  • @montherkhder3625
    @montherkhder3625 Рік тому

    dud plz keep posting about ionic 7

  • @попугайкирюша-р4п

    Dear friend, do you have the next/previous buttons on the swiper? for some reason, they only start working for me if I execute register() later using a separate button or setTimeout. What could be the problem?

  • @ivanchu8528
    @ivanchu8528 Рік тому

    How to set autoplay in swiper 10?
    Thank you very much

    • @CodingTechnyks
      @CodingTechnyks  Рік тому

      Set autoplay attribute to true, where other options are defined like pagination

  • @carlosorozco3074
    @carlosorozco3074 Рік тому

    Estoy usando swiper en un modal, pero el autoplay no funciona, como podria solucionar esto?

    • @CodingTechnyks
      @CodingTechnyks  Рік тому

      Set autoplay: true where paginate, keyboard etc are passed

    • @castrolopezpablo
      @castrolopezpablo 5 місяців тому

      @@CodingTechnyks in swiper v11 autoplay not working

    • @CodingTechnyks
      @CodingTechnyks  5 місяців тому

      @castrolopezpablo I will look into it

    • @CodingTechnyks
      @CodingTechnyks  4 місяці тому

      use autoplay="true" instead of [autoplay]="true" in swiper 11

  • @Crazycosmichild
    @Crazycosmichild Рік тому

    [config] its not woorking

    • @CodingTechnyks
      @CodingTechnyks  Рік тому +1

      Just check if you missed anything
      Still doesn’t work then connect via Instagram
      Link in description

  • @angelhermozo
    @angelhermozo 10 місяців тому

    ERROR
    src/app/folder/folder.page.html:12:3 - error NG8001: 'ion-slides' is not a known element:
    1. If 'ion-slides' is an Angular component, then verify that it is part of this module.
    2. If 'ion-slides' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
    12
    ~~~~~~~~~~~~
    src/app/folder/folder.page.ts:14:16
    14 templateUrl: './folder.page.html',
    ~~~~~~~~~~~~~~~~~~~~
    Error occurs in the template of component FolderPage.

    • @CodingTechnyks
      @CodingTechnyks  10 місяців тому

      You have to pass schemes
      Check the video