Scrolling of expanded accordion to the top [ionic6]
Can you put together a quick demo of what you have? doesn’t need to be your exact app, but just something we can work with to help find an answer?
View ArticleTesting Toast button click in Jasmine not working
I see - is there an example of how one might do that using the normal testing tools? Jasmine, etc.
View ArticleCapacitor built in plug ins inside my own custom capacitor plug in
You can use the native implementation by importing the class (if it has one) and it would work fine. Make sure that You are importing the implementation class and not the plugin class The plugin you...
View ArticleCannot see anything on my Ionic App
I have uploaded the code on GitHub. GitHub - aapl-yumi/blue-chat
View ArticleIonic Capacitor project build issues - Apple Silicon
A few days late to this (was on vacation!), but have you tried looking at the web logs? You can open up the Safari debug tools and inspect the simulator directly. It may be throwing an error you...
View ArticleIntegrate the static lib to iOS capacitor plugin
It is a little more involved hence why we don’t have a guide. You would need to include the static libraries into your .xcworkspace, link them via an Objective-C linker flag, and then write your...
View ArticleCapacitor Geolocation GetCurrentPosition not pulling position every call
Is your device set to “high accuracy mode” when testing? We are using LocationManager.getLastKnownLocation() on Android and CLLocationManager locations on iOS, both of which cache the last known...
View ArticleNot able to simulate app on x86_64 mac
Does running XCode through Rosetta fix your problems?
View ArticleCannot see anything on my Ionic App
So first issue I’m seeing is that I can’t get dependencies install due to react-hammerjs not supporting react 17… But since this project is using @ionic/react@6, you need to call setupIonicReact in...
View ArticleCannot see anything on my Ionic App
I was getting confused with my other project and thought that I already called setupIonicReact in this project; when I only did it in my other project. Though, when I did call it right now, it all...
View ArticleTesting Toast button click in Jasmine not working
Thank you @mhartington for leading me in the right direction, I was able to come to a solution: it('should make a call to retrieval method on retry', async () => { spyOn(component,...
View ArticleMigrate splash screen plugin to android 12 default splash screen
Hi, i am working on ionic 6 project. In android 12 devices i can see two splash screens, one from cordova plugin and other from android 12 default splash screen. So how can I remove the android 12...
View ArticleGenerating android library(.aar) with Ionic/Cordova
I’m not sure if/how this will work with Cordova, since it’ll require the Cordova/Capacitor Cordova compat tooling to understand the AAR and look into it to load JS files, which I don’t think will...
View Article@awesome-cordova-plugins/background-geolocation android-permissions error
Please use this plugin it will work perfectly GitHub GitHub - HaylLtd/cordova-background-geolocation-plugin: Background and... Background and foreground geolocation plugin for Cordova. - GitHub -...
View ArticleGeolocation in background (Ionic Angular Capacitor)
This plugin works fine Android notification · Issue #75 · HaylLtd/cordova-background-geolocation-plugin · GitHub
View ArticleIssue with background geolocation plugin
Use this plugin Android notification · Issue #75 · HaylLtd/cordova-background-geolocation-plugin · GitHub
View ArticleUnderstanding how routes and components work in Ionic (component re created...
Hey guys! I’m new to both Ionic and Vue, and I’m still grasping their concepts, so bear with me . So the TL;DR → seems like my components are always re created when I replace the current route with a...
View ArticleStop click propagation in accordion header
React and synthetic events strike again! TL;DR, the click event from your button isn’t a real click event, but one that react will dispatch in place of a native click. So your stopProp call won’t...
View ArticleFirebase App Check for Ionic apps
I would also like to know if someone has implemented this
View ArticleDownloading appflow update on iOS gets to 16% then errors with "The operation...
Thank you Paul! After weeks of trying to figure out this problem, this was the answer that solved it…
View Article