Binding icon with :name in SFCs
in Vue (not using <script setup>) I’ve had to do the following using :icon: <template> <IonIcon slot="start" :icon="shareSocialOutline" /> </template> <script lang="ts">...
View ArticleIon-datetime: Style is not applied
Could you share your css, please? I’m looking for a solution to customize the font-size. Why is it so hard to style this element at all? No shadow parts and normal font-size property doesn’t work and...
View ArticleMigrate splash screen plugin to android 12 default splash screen
Hi, did you find an easy way to migrate this?
View ArticleIon-datetime: Style is not applied
I don`t have custom CSS for the element nor the modal I`m showing it on. Could it be a problem to show it on the modal?
View ArticleI'm able to upload Images successfully by ion-input but not able to upload...
Stack Overflow How do I ask a good question? - Help Center Stack Overflow | The World’s Largest Online Community for Developers
View ArticleIon-datetime: Style is not applied
I tried it inside AND outside an ion-modal like you said. Absolutely no difference. Looks exactly the same. I’m sorry.
View ArticleI'm able to upload Images successfully by ion-input but not able to upload...
I don’t take pictures directly via camera (yet), but i upload files via input type=“file”. Maybe my methods/functions can help you. This is my change event that uploads the img: onSelectFile(event) {...
View ArticleCapacitor/push-notifications - Android receives the notification but does not...
Considering as an initial situation that the application is closed, the device receives the notification normally, but does not open the application when tap at the notification. That is, it does not...
View Article(Android) Capacitor Local Notifications Issues. Scheduled Notifications only...
I am facing the same issue (Capacitor 4 + Android SDK 32 + plugin version 4.1.4). It’s even a bit weirder. The following happens on all my phones: Xiaomi Mi 9T (Android 11) Sony Xperia 5 (Android 11)...
View ArticleHow to force a dark theme?
Hello, I searched a bit and found the solution ! You need to set the color-scheme to dark (otherwise think like scrollbar will stay white) and also add the class dark to the body // index.html...
View ArticleHelp with inputs and typescript
I feel like this is more of a typescript question but I’m not sure. And just a disclaimer, I have little to no experience with typescript, so this might be the source of the problem. So, I created two...
View ArticleIonic 6 webpack error: Error: Module parse failed: Unexpected character
I shouldn’t load those files using webpack
View ArticleBuild issues with XCode 14.2, ios 15.7 and cap 4.6.1 revert to xcode 13.4.1...
Hi, I’ve just spent nearly two days trying to figure out why I was getting lots of ‘cannot find in scope’ errors. In particular ‘capacitorCookieManager’ which I traced to a ‘plugin’ in the core. It...
View ArticleBuild issues with XCode 14.2, ios 15.7 and cap 4.6.1 revert to xcode 13.4.1...
Sorry, the relevant apple link is: Apple Developer Documentation See that it doesn’t support ios 15.7
View ArticleIon-menu : Cannot read property 'classList' of undefined
I’m also facing the same issue. Have you solve the problem? If solved, can you kindly suggest to solve. Ionic Version: 6.0.0 Vue Version: 3.2.21 Thanks in advanced.
View ArticleIonic unselect tab after second click
I wrote the following on StencilJS but I must admit I don’t like it very much since it was necessary to declare data-tab as a custom attribute on <ion-tab /> and on its corresponding...
View ArticleMigrate splash screen plugin to android 12 default splash screen
I hope this will help you https://dalezak.medium.com/generate-app-icon-and-splash-screen-images-for-ionic-framework-using-capacitor-e1f8c6ef0fd4
View ArticleAppFlow build failing due to a missing optional dependency but local build...
Still puzzled by this - does anyone know why the optional dependency is not being installed as party of the AppFlow build?
View ArticleIonic 6, capacitor 4 android splash screen
Did someone find solution ? haveing same issue
View ArticleUsing Capacitor as library in existing project
I am new to Capacitor and exploring how to use it. Currently we already have a native iOS and Android apps and we want to use the Capacitor as library in the existing app. For example, we want to...
View Article