IonSlides with scrollbar or pager customizations throws errors
When using IonSlides with anything other than the stock scrollbar or pager options, I have found that you must specify several values in the slideOpts options (even though some of them are listed as...
View ArticleIon-select selectedText value
hi! below is the ionic 5 code snippet i am using now… however it does not work as expected. i want to get the text from ion-select when the user make a selection and store the text in the input text...
View ArticleIon-menu type push disables backdrop automatically
Hello! I like the ion-menu type “push”, but I also like the backdrop when ion-menu type “overlay” is used. Is there a way to enable the backdrop when you use type “push”? It seems to be automatically...
View ArticleModule 'FirebaseInstanceID' not found even after successful installation of...
Screenshot 2020-12-03 at 04.59.481942×622 227 KB Screenshot 2020-12-03 at 05.00.122094×990 356 KB Please i have added and removed platform and this started after i updated to xcode 12 2 posts - 1...
View ArticleOnesignal receive notification but alert box not working
I am using the latest ionic cli: 6.12.1 I am using the code for onesignal push notification: setupPush() { // I recommend to put these into your environment.ts...
View ArticleHighlight content that changes realtime
I use Firestore in most of my ionic apps. I get data with valueChanges so content changes in realtime. How can I specify (highlight/flash) changing content. I searched it but probably i use wrong...
View ArticleYour opinion please: Application Architecture - Decoupled Approach
Good Day, Can you please share some thoughts on what would be the best way to achieve the following: My current train of thought is to have one “Container Application” that will manage the generic...
View ArticleTake photos with Ionic React - Capacitor
Dear. I am dabbling in cross-platform development with Ionic React and Capacitor. What I am seeing is how to take and capture images with the device’s camera and save them in the gallery, for this...
View ArticleIonic Vue Google Maps
Can anyone please suggest me how to implement google maps in ionic 5 with Vue3 and Capacitor. Thanks 1 post - 1 participant Read full topic
View ArticlePolyfills-es5.js:17060 GET http://localhost:63504 net::ERR_CONNECTION_REFUSED
Hellow everyone, I am using using ASP.NET and MSSQL SERVER for backend and ionic/angular for frontend. My app works fine on google chrome but now I have built my application using capacitor to run it...
View ArticleWKWebView and cookies
Trying to go through the upgrade to WKWebView. Doing the final round of testing and found a bug trying to use JavaScript document.cookie to set a temporary cookie. The reason I’m using a cookie is so...
View ArticleCreate a second dynamic ion-select
good afternoon, i’m trying to create two ion-select, in which the second presents only the information of the option selected in the first ion-select .html <ion-item> <ion-label>...
View ArticleCordova Email Composer
I’m using Cordova Email composer plugin for sending email. it works with IOS 12.4, but doesn’t work with IOS 13+ and Android is working fine. the issue : doesn’t open email app in IOS 13+ version...
View ArticleFailed to install 'cordova-plugin-x-socialsharing' - Cannot find module...
Failed when I try to install the plugin cordova-plugin-x-socialsharing. I already removed and installed again the cordova and continue the same problem. npm uninstall cordova -g / npm install cordova...
View ArticleError when navigating with tabs
I updated all my ionic/ionic-vue packages and now I’m getting the following error in the JS console: Uncaught (in promise) TypeError: Cannot read property 'tab' of null That line is: const activeChild...
View ArticleMedia Plugin Android 10 EACCESS error - solved
Hey guys, I hope this helps someone else. I recently purchased an android 10 phone and noticed that my audio recording functionality was broken in Android. Not so in Android 9 Running it through...
View ArticleENOENT: no such file or directory
I have the above error message and have looked at all the relevant posts that seem to date back forever. So a recurring error for users? I have reinstalled everything - Ionic 6.11.11, npm 6.14.8 I see...
View ArticleRemove padding from elements within ion-alert
How can I adjust the padding the elements that are in my ion-alert? I want that the gigantic gap between the message and the input groupd becomes smaller. <IonAlert isOpen={showDialog}...
View ArticleIonic take photo with React and Capacitor
I am trying to implement an application that takes a photo by pressing a button. When pressing the button the image should be shown in an IonImg tag But when I press Tomar Foto I get: Error: Invalid...
View ArticleEslint slot errors
Any way to globally disable the error about using the slot attribute in vue? I know it’s deprecated but it seems like the only way to use some Ionic/Vue 3 stuff together. VS Code looks so bad with all...
View Article