Solution for _freeModeNoMomentumRelease of Swiper FreeMode using in ionic vue
Hello everyone, I have a problem with using swiper version 7 inside ionic vue and I got this warning when using FreeMode. When I slide, that still working well and until I stop the slide constantly...
View ArticleIs the Google Map plugin working with the Android Target API level 30
We have been using this maps plugin for more than 2 years. GitHub GitHub - mapsplugin/cordova-plugin-googlemaps: Google Maps plugin for Cordova Google Maps plugin for Cordova. Contribute to...
View ArticleIon-infinite-scroll: Cannot call complete method of event.target
Hi When trying to call the complete method for infinite scroll, I get the error: event.target is possibly null You can see the code below, and I am passing the $event to the loadData method...
View ArticleRouterlink not triggering Lifecycle events
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic inappbrowser not working after coming back from external link
I have and ionic project with ios, android and browser. The problem is in IOS and Android: from tab1.page.html, after opening a login page (which in an external server) in the iOS browser without any...
View ArticleI am using ion-datetime with 12 hours format, not able to select 12: 00 PM
<ion-label color="dark"> Time </ion-label> <ion-datetime displayFormat="hh:mm A" pickerFormat="hh:mm A" formControlName="time" ></ion-datetime> </ion-item> Here is the...
View ArticleIon datetime vibrates while scrolling
When will the ion-datetime bugs/features be fixed? (bug: picker giving haptic feedback on android, capacitor v3 · Issue #22838 · ionic-team/ionic-framework · GitHub, feat: Allow disabling Haptic...
View ArticleHow do I reset my environment so it matches the following ionic info
This is a setup question more than anything. My ionic info is Ionic: Ionic CLI : 6.12.2 (C:\Users\Evan\AppData\Roaming\npm\node_modules@ionic\cli) Ionic Framework : @ionic/angular 4.11.13...
View ArticleClosing pages removes included components one by one not all immediately
While clicking the back arrow in one page, it slides out/removes components one by one instead of all the page being removed/slide out. Some components take longer to be removed even though they are...
View ArticleThe problem about HardBackButton in android
Hello guys, I have a question about hardwareBackButton when I press it on the android device. when I updated to ionic/vue version of 5.9.1 up or higher like ionic v6. Suddenly when I pressed the...
View ArticleHow to open the same page using intent filter in Android?
Hi Developers, I have created an inAppBrowser and I have an Android App now. When I click on the link from mail it has to open that page but it is just opening the App that’s all. I used intent...
View ArticleIonicember - The Ionic Holiday Calendar (free tips!)
Hey community! Please check out what Simon from Devtactic is giving us for free: 24 free tips every day of December I already like the first tip: https://ionicember.com/ Here’s a sneak peek: Cheers!...
View ArticleHow to configure Ionic file opener for Vue 3?
my package.json: “dependencies”: { "@capacitor-community/http": "^1.3.0", "@capacitor/android": "3.2.5", "@capacitor/app": "1.0.5", "@capacitor/core": "3.2.5", "@capacitor/filesystem": "^1.0.6",...
View ArticleSystemWebViewClient: CordovaWebViewClient.onReceivedError: Error code=-6...
Hi, This project is to be run in production Current Enviroment → ionic 5.4.16, cordova 10.0.0, android 10, android SDK 30 Current problem ONLY happens in android 10. When using android 9 everything...
View ArticleHow to set default properties for Ionic Components
Hi, I have been researching on how to set props globally in ionic components but I havent’t been able to find anything about it. I only found this question on stackoverflow with no answer angular -...
View ArticleIonic 3.0 app Works on some android devices and but for some stops at Blank...
HI, My app works for some android devices and for some it is stopping at the white screen, it works perfectly fine for Ios and Web, but why it is not working for some devices, Help is appreciated....
View ArticleGesture on dynamically generated components
Hi, I’m learning Ionic and using with Vue 3, with which I do already have some experience. I have the following code in my template <ion-list v-for="message in messages" :key="message.id">...
View ArticleAdding to state variable array
When i click on the button, it executes the “test” function but it only adds “2” to the state variable. Anybody knows why it doesnt add “1” and “2”? const [errors, setErrors] = useState({isValid:...
View ArticleNOT SUPPORTED: keyword "id", use "$id" for schema ID
I have an Ionic 5 app. I Updated Angular to v13, and now when I try to create a page using ionic g page, I get the following error An unhandled exception occurred: NOT SUPPORTED: keyword "id", use...
View ArticleNgoninit being called twice on web refresh and sometimes in mobile app
How can I stop ngoninit being called twice. When I am on the home page of my app in the browser and I refresh the page the ngoninit is called twice. This causes my instruction messages to show twice....
View Article