Filesystem.ExternalStorage
Hi, i need to get the photos from the externalStorage directory “Pictures”. I’m running on Android 10 & 11. async readDirectory(){ await Filesystem.readdir({ path: '', directory:...
View ArticleHow to create multi-column layout on desktop, paged on mobile
I’m just about to start my first ionic app with vue. Never used ionic before and I’m pretty new to vue but otherwise an experienced dev. Anyway, the app I’m building needs to have multiple columns...
View ArticleExpand ion-row to fill remaining height of grid?
Is there any Ionic CSS utility to stretch a row in a grid so that it fills the remaining empty space(height)? Let’s say I have a grid with a fixed height. In the grid there’s 3 rows. The first two...
View ArticleIonic use npm and javascript library
Hi everyone I need help. Can I use javascript and npm library in ionic angular ?? 1 post - 1 participant Read full topic
View ArticleBase64 to Gallery plugin not work in Ionic 4 and 5
Plugin is :: Base64 To Gallery - Ionic Documentation When I saved a image into gallery then show this error “Error while saving image” Code :: downloadQR(){ const canvas =...
View ArticleIonic 5 app with Android 8 platform cannot access internet on devices with...
Hello my ionic 5 application can access my API via internet on phones with an android version below 9. but on phones with android versions above 8, it can’t find the API. I added the platform to my...
View Article[XPC] Handle connection with error: Connection interrupted
I have used video tag to display video which has source of online URL. but video duration is around 2 hours. when video is playing and if user tap on home button(app goes to background mode). and...
View ArticleScroll Freezes When Changing Windows
Encountering a bug when trying to switch from one ionic slide to the next: Loom | Free Screen & Video Recording Software Anybody think they know what the problem could be? import { Component,...
View ArticleAppLauncher and IOS
I am trying to use the plugin ‘AppLauncher’ to launch another app. This works fine on the android version but on IOS I get the following error: '-canOpenURL: failed for URL: “twitter://” - error:...
View ArticleHow to show parent page when user slide from left from a detail page?
Usually in a native app when you are on a detail page and you slide from the left side you can see a preview of the previous page from which you were coming. I’ve just created an app from scratch from...
View ArticleScreen Orientation on iPad ist not working
Hi, screen oritentation ist working nice on iPhone, but has no effect on iPad: this.screenOrientation.lock(this.screenOrientation.ORIENTATIONS.LANDSCAPE); Does anybody has an idea? 1 post - 1...
View ArticleNo navigation animation when I use router.push?
Is it possible to disable the animation transition between two pages ? I would like to keep the animation for some nested routes but disable it for other links. For now I navigate between pages...
View ArticleIonViewDidEnter not working
I am trying to use ionic lifecycle hook ionViewDidEnter() . but it is giving error 59:5 error 'ionViewDidEnter' is not defined no-undef that’s how I am trying setup() { ionViewDidEnter(() => {...
View ArticleHow to hide the Scroll Bar in the ios Simulator? (Vue.js)
Hello, I have a problem with hiding the Scroll Bar on scrolling. Can someone help me how to solve that? Thanks. This is my code. <template> <ion-page> <ion-content :scroll-events="true"...
View ArticleSound lag on IOS
HI. I can run my awesome ionic app on android with no problem. On IOS, it work perfectly if i disable sound. If sound is enable, each sound playing make the app lag… I use the HTMLAudioElement like...
View ArticleTab 1.page.ts file errors
Hello all, I am a newbie in Ionic. I am taking course Ionic 4 Ess Training in LinkedIn Learning. I am using Ionic 5 and Visual Studio Code . I am stuck with in tab1.page.ts file where I received 3...
View ArticleApplication navigation stuck between pages
I have released a new application with ionic and it works well in ios and android but when i tested in oneplus , sometimes pages stuck between two pages and ion backbutton was also not working. One...
View ArticlePIN loop after authentication on some android devices
We encountered issue on some android devices with versions 6.xx and even 7.xx. Situation: user installs app; proceeds with authentication and it’s successful; the device shows phone PIN code screen...
View ArticleIonic Lifecycle Un-/Subscribe Firebase Databasestreams (using async pipe)
I am using Ionic 5 with Firebase Realtime Database and Firestore (angularfire) and Angular Routing. On most pages I am streaming databasecontent. Because of the Ionic-lifecycle the pages are not...
View ArticleApp flow build failing
I am getting the following error building capacitor android app on app flow Could not resolve com.android.support:support-v4:24.1.1+....
View Article