Not able to read files inside sub-directories
Hi, I’m not able to read files recursively inside directories, Returning array length of ‘0’. Here is the code: async listFilesinFolder(folderName) { console.log('Iniital folderName',...
View ArticleTypeScript Project References
Has anyone been able to get project references working with an ionic project, we have an existing vue 2 web mono repo working fine with ts project refs. Using the same methodology and similar...
View ArticleIonic: exception with camera after capacitor migration
I migrate my ionic app from cordova to capacitor. When I test camera(with cordova plugin) I have this bug. So I test also with capacitor camera and I have the same bug. libc++abi: terminating with...
View ArticleWhat is wrong with InAppBrowser and missing documentation?
Hi, I am using Ionic Framework with Angular - Ionic CLI 6.13.1 Only trying this on iOS as I have some iOS issues with iframe. When using import { InAppBrowser } from...
View ArticleAdd iOS prod certificate to upload binary to appstore
Already created development certs and it worked. Next would be to uplaod it to appstore with distribution profile. But it doesnt work, always message ‘No cert for profile Oliver Holzer’. 1 post - 1...
View ArticleHow to use Cordova plugins?
Hello everyone, I wanted to use Android Full Screen Cordova plugin in a plain Javascript + HTML + Webpack project so I’ve installed the required npm packages according to documentation: $ npm install...
View ArticleUsing binded V-model variable in composition API Method
When I try to access text from an input field using v-model when saving information with options API, it works great, but I can’t get it to work on composition API. I get a name on my student list...
View ArticleIonic 6 with pure Javascript
Is there a way to use pure javascript to build an Ionic 6 app? The learning curve for both Angular and React is turning out to be pretty big for me. I miss the Angular.js and Ionic 1.0 days. It took...
View ArticleUpdating iOS native dependencies with pod install - failed!
Updating iOS native dependencies with pod install - failed! that’s the error when trying to upload App to Appstore. It seems to have something to do with M1 chip. 1 post - 1 participant Read full topic
View ArticleIon-alert button handler
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic 5 Incomming call notification
Hi I am developing a video call application with ionic 5 I would like to integrate a push notification like the one in the image when the user has an incoming call. I tried OneSignal and FCM but...
View ArticleGetting Lexical or Preprocessor issue in Xcode12.2 build
Hi, I am using Ionic 1 cordova. While taking a build for IOS in xcode 12.2 i am getting lexical or preprocessor issue of ‘FirebaseCore/FirebaseCore.h file not found’. 1 post - 1 participant Read full...
View ArticleError: Capacitor redirection to other domain/sub-domain with session storage
Hi Support Team, I have converted my angular application to android application using Capacitor framework. But, I am facing some issues in doing some of the basic implementations. In this project, I...
View ArticleHow to handle iOS video Autoplay policy " play() failed because the user...
Hi, I want to auto play Tiktok liked videos when the app starts, and this error came to my sight javascript - How to handle "Uncaught (in promise) DOMException: play() failed because the user didn't...
View ArticleApp was not approved by Apple
Error Details We were unable to review your app as it crashed on launch. Review device details: Device type: iPad OS version: iOS 15.4.1 Ionic Project Info Ionic: Ionic CLI : 5.4.16...
View ArticleAnnouncing your ioniconf 2022 Speakers
Originally published at: Announcing your ioniconf 2022 Speakers - Ionic Blog An event so nice, we’ve decided to run it thrice! That’s right, everybody, ioniconf is back again for 2022. Today, I’m...
View ArticleErrors: using AppFlow Linux - 2021.10 to build an .APK file
I am using AppFlow Linux - 2021.10 to build an .APK file, buit I suddently got the following errors What went wrong: Could not determine the dependencies of task ‘:app:lintVitalRelease’. Could not...
View ArticleIonic Native BLE Instantly Disconnects or Refuses to Connect
I’m attempting to use the Ionic Native BLE plugin with cordova to connect to a device however on android devices it will connect momentarily before instantly disconnecting and iOS devices the BLE...
View ArticleIonic serve --ssl not Working : no https://
I’ trying to start a dev server with https, but when executing ionic serve --ssl, I’m still getting http only. Here are the steps I undertook: installing openssl like described in this post:...
View ArticleSecurity issue - How to clear the keychain when app is uninstalled iOS?
A recent security test has made us aware that ionic cordova secure storage is not clearing the keychain when the app is uninstalled. If I login to my app and then re-install it. The app will still...
View Article