► 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
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!
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?
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.
► 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
The tutorial is excellent, thank you, I waiting for you, for the new tutorials.🎉
Great tutorial with step by step explanation. Please make a video on SQLite in ionic 7 .
nice tutorial😍😍😍
finally someone explaining slider where my app is a "standalone" as stanadalone doesn't have app.module.ts usage👍
The is excellent thank you !!
Great tutorial, thanks!
Just wanted to help , if you want initialSlide to be changed according dyanamic array, then use function "slideTo()"
mantap bro
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!
Zoom, you mean preview?
Yes sir, I want to preview the image with zoom in and out features@@CodingTechnyks
@mouafekhedfi ok
Thanks!@@CodingTechnyks
Hello Sir, can you please make a video about Swiper in Angular Modular? Please, Thank you.
dud plz keep posting about ionic 7
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?
are you passing it in app.component.ts or not
connect with me tomorrow via instagram
@@CodingTechnyks ok, thank you!
How to set autoplay in swiper 10?
Thank you very much
Set autoplay attribute to true, where other options are defined like pagination
Estoy usando swiper en un modal, pero el autoplay no funciona, como podria solucionar esto?
Set autoplay: true where paginate, keyboard etc are passed
@@CodingTechnyks in swiper v11 autoplay not working
@castrolopezpablo I will look into it
use autoplay="true" instead of [autoplay]="true" in swiper 11
[config] its not woorking
Just check if you missed anything
Still doesn’t work then connect via Instagram
Link in description
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.
You have to pass schemes
Check the video