Hardware back goin two pages back-Capacitor and Ionic Angular
The hardware back functionality of capacitor 3 is going two page back but when running normally but in debug mode, its working fine. Why this is happening and Kindly suggest solution 1 post - 1...
View ArticleClose a specific modal, is there a modal `id`?
Hi there, how do we handle closing a specific modal in Ionic 5 and Vue? I have seen some old answers mentioning a modal id property but I cannot find anything about it in the docs. There is a...
View ArticleHandling "Slow test card, declines after few minutes" android test purchase case
Hello! I am using the plugin: In-App Purchase (IAP) 2: iOS, Android, Windows, macOS & Xbox Apps I have trouble detecting the “Slow test card, declines after a few minutes” case when testing from...
View ArticleHow to edit Cordova plugin code from a Capacitor Project
I am building an app with Ionic WebServer I like to modify the plugin code for some custom behaviour. But i noticed that by default ionic capacitor update Will download a new version of plugin. So how...
View ArticleIonModal is missing the "trigger" attribute
I want the IonModal to open when I click the IonIcon. <IonIcon id="open-modal" icon={calendar} slot="start"/> <IonModal trigger="open-modal"> <IonContent>...
View ArticleError: EPERM: operation not permitted, open with help.log
When typing ionic serve I started to receive the following error in the Windows terminal: Error: EPERM: operation not permitted, open 'C:\Users\Asus\.ionic\helper.log' helper.log [e[40mWARNe[49m]...
View ArticleiOS 15 / Ionic 6 / Capacitor 3 - Can't play live streamings and m3u8 files...
Hello, I have an Ionic 6 app which streams a video from a webcam, the source file is .m3u8 Until this morning, everything was working fine but suddenly it stopped working after upgrading to iOS 15. Do...
View ArticleIonic 6 capacitor live reload - white screen
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic 6 / Angular 13 NPM package size
When doing some comparison between some old and new projects, I noticed that my projects using Ionic 6 / Angular 13 have a much larger node_modules folders in my project. It looks like the...
View ArticleUpdates to Ionic Angular Toolkit
Originally published at: Updates to Ionic Angular Toolkit - Ionic Blog Since we shipped our 4.0 version of Ionic Angular, Ionic has provided a core package called@ionic/angular-toolkit. This package...
View ArticleV6 ion-datetime - how to customize?
I want to further customize ion-datetime to meet the needs of my client for a simple year-picker: <ion-datetime mode="md" value="1991" presentation="year" size="cover"></ion-datetime>...
View ArticleClose datetime popover with date selection
I use the datetime component with the popover from the docs: <!-- Datetime in popover with cover element --> <ion-item button="true" id="open-date-input">...
View ArticleHide Web Browser Frame in PWA
I had an Ionic v4 app that was published as a PWA in Firebase. I’ve since updated that app to Ionic v6 and the PWA is looking different now. My v4 PWA didn’t have the browser frame around the app once...
View ArticleIonic 6 : Problem with iOS 14.7.1 Push notifications with...
Hello, We have a simple code for register push notifications with Apple, works with certificate, and we add capabilities too . When start app some strange happened on push register: 2022-01-20...
View ArticlePWA Does not Display in Full Screen Mode in Safari on iOS
I had an Ionic v4 app that was published as a PWA in Firebase. I’ve since updated that app to Ionic v6 and the PWA no longer displays in full screen mode. When I add my app to my home screen in iOS...
View ArticleOpen source Ionic/Angular projects on GitHub?
I recently saw that LaraBug announced it was going Open Source (Ionic/Vue) and wanted to see if any one on here had some great examples of other Ionic/Angular apps that are open source other than the...
View ArticleHow to set cookies in ionic inappbrowser
Hi all, I need to open a url in ionic inappbrowser and also set some cookies to maintain the session for authentication. Can any one help me how to pass cookies or headers in the inappbrowser along...
View ArticleMake constant value accessible public
I have a login token stored in the storage of the platform and every time I want to use it I need to use async in the function, Can someone plz help me to store it in a globally variable and access it...
View ArticlePopover open to top / appearing off screen on bottom of a page
I want to select a date at the bottom of a modal with a datetime popover, but it’s opening to the bottom and so it’s disappearing. I’m using side="left" , but with the popover side="top" it’s possible...
View ArticleHydrate SSR components with fetch call
Hi! I have a stencil component (build with lit) which make a fetch request in componentWillLoad event. At browser it works like a charm, but when I try to build a static HTML using renderToString I am...
View Article