Ion-slides loop property doesn't work with ngFor
the slider is showing every thing fine but loop property of slideOpts doesn’t work and it locks at the end of array
View ArticleIon-slides loop property doesn't work with ngFor
Add loop:true to your slide options If not solved please check log to check if there is error on end. slideOpts = { initialSlide: 1, loop: true, speed: 400 };
View ArticleIon-slides loop property doesn't work with ngFor
i did, but it doesn’t work and there is no error unfortunately
View ArticleIon-slides loop property doesn't work with ngFor
Everything works fine with mine. Please write ionic info and share the output in console.
View ArticleIon-slides loop property doesn't work with ngFor
yes is frustrating for me now, thanks for your time info: Ionic: Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.8.1 @angular-devkit/build-angular : 0.801.3...
View ArticleIonic 5 cordova build prod generate CUSTOM_ELEMENTS_SCHEMA error
@FolabiAhn did you find any solution? I am having the same issue in custom component.
View ArticleNative barcode scanner installed with capacitor
You need to install it Capacitor way: npm install phonegap-plugin-barcodescanner npm install @ionic-native/barcode-scanner ionic cap sync
View ArticleHow do we connect JavaScript file to ionic project
@siiulan Sorry for late response I have been quite busy this days! Ok some things I noticed: In the video: He is creating just a index.html file and a app.js file. He is explaining that you need...
View Article[Ionic 4] How do I make a countdown timer with Angular?
you can simply write the toString() function to avoid issue.
View ArticleSlides with orientation change
If any one still having this issue I “solved” it like this: TS: ngOnInit() { this.platform.resize.subscribe( () => { this.handleSlideResize(); }); } handleSlideResize() { this.hideSlides = true;...
View ArticleHow do we connect JavaScript file to ionic project
@siiulan please accept the solution if everything ok! thanks
View ArticleBottom drawer (Cupertino Pane)
@colinharker5 By the way, released 1.1.91 and there top-top-bottom direction activated with simple option: inverse: true
View ArticleHow do we connect JavaScript file to ionic project
Thank you for your careful reply! you help me figure out my problem just in half a day and It really helps! I do think in the pic of my HTML file, I made a at the very bottom. But I see what you...
View ArticleHow do we connect JavaScript file to ionic project
@siiulan Ok this is not question related comment since I believe I have answered your question but Ill try help in what I can: do you have knowledge in angular?
View ArticleHow do we connect JavaScript file to ionic project
sorry, I didn’t know we have solution function that needs to click, first time posting question in this forum! Thank you!
View ArticleHow do we connect JavaScript file to ionic project
Nope, but I did a little bit self-study of tutorial online before start this project!
View ArticleHow do we connect JavaScript file to ionic project
Please take the time to go through the Tour of Heroes before you do anything else. It is absolutely crucial to ground yourself in official documentation before you seek out alternative sources of...
View ArticleIonic 5 cordova build prod generate CUSTOM_ELEMENTS_SCHEMA error
Never add CUSTOM_ELEMENTS_SCHEMA. You are missing a module import somewhere.
View Article