Runtime error since iOS 13.4 / XCode 11.4
Hello, After upgrading to iOS 13.4 / XCode 11.4, I get this error when I try to open my app: Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) Screenshot 2020-03-26 at 16.32.241444×898...
View ArticleRuntime error since iOS 13.4 / XCode 11.4
I also had another Issue with XCode 11.4, so you can try downgrade to 11.3.1 again and check if the error still exists with iOS 13.4
View ArticleRuntime error since iOS 13.4 / XCode 11.4
Fixed it by upgrading to @capacitor/ios@2.0.0-beta.1 with npm install @capacitor/ios@next Then run npx cap add ios and it’s fine now
View ArticleWMIC problem, Ionic 5
I created my own fork of windows-release, and a node package is it’s of any use for someone. npm windows-release-ps A fork of sindresorhus/windows-release using Powershell instead of WMIC to get the...
View ArticleGoogle Maps inconsistently displaying in Ionic app on Android device
In general the JavaScript Map is not a good Choice for native Apps. It behaves inconsistent and bad, is not offline able, etc. so you should use a Plugin. The official Cordova Plugin is sadly not...
View ArticleGoogle Maps inconsistently displaying in Ionic app on Android device
Thanks for this, at least it clears up the issue, I was driving myself crazy wondering what I was doing wrong! Is there a particular plugin you would suggest using? I’d need to be able to display...
View ArticleIonic 4 - keyboard covers input field
Can you provide a sample project to look at? This should be handled automatically, but an example to inspect will help.
View ArticlePublish event from handle error function in rest provider
did you found any soulaton for this ?
View ArticleError building app with appflow
I am having the same issue using AppFlow. If I use the workaround then npm run build works locally. But I still get the error on all build on appflow. If they get back to you with a resolution, could...
View ArticleIonic popover, set backdropDismiss to false on the popover component
I tried creating a demo here. But can’t figure out why it is coming out as undefined here when in my local setup, the console.log shows the popoverController.
View ArticleDark Mode not working for ionic 5
Hi @mhartington I have the same issue, the Dark mode works fine in desktop browser by using the below code export class DisplayModeService { constructor() { } toggleDisplayMode() { const prefersDark =...
View ArticleIonic 4 can't skip login page when app starts or reloads
I have built jwt authentication system in my ionic 4 app. If the token is available user will be redirected to the " menu/items " page else redirected to " home " page which performs login. I have set...
View ArticleIonic 4 can't skip login page when app starts or reloads
Hey, here is what i do: Don’t set a Default Page On Startup check Auth Status and navigate After Navigation: Hide Splash Screen
View ArticleRes.ionic.io not running?
I’m having the same error ionic cordova resources android --force √ Collecting resource configuration and source images - done! √ Filtering out image resources that do not need regeneration - done!...
View ArticlePublish event from handle error function in rest provider
Disclaimer: I have always disliked Events, so if you’re looking for a solution that reanimates them from the dustbin, you can skip the rest of this post. What I would do here is to write an...
View ArticleIonic/Vue app with Vuex/Firebase. Need help with persisting state!
I asked this question on the Vue forums because I think it’s more relevant there, but maybe someone here has some insight on this: I am creating an Ionic app using Vue/Vuex/Firebase/Plaid. So far,...
View ArticleSuddenly unable to start new Project
dodomui: fetchPackageMetaData error for @angular/compiler@~8.2.14 Unexpected end of JSON input while parsing near ‘…PEoRwOKujGhqr8zgLGlNc’ That looks like a corrupt download for this particular...
View ArticleGeolocation plugin issue
I’m wondering if there may be a subtle version skew issue within your ionic-native ecosystem, so it might be worth investigating what versions you actually have installed in your project. I fear...
View ArticleIon-popover missing enter animation (bug?)
Hey, it works now in my blank project and the enter animation works aswell!! Now i need to find out why the enter animation does not work in my project Thank you for your help!
View Article