Need Suggestion Regarding Ionic app Localisation strategies
I working Ionic project in latest framework. basically there requirement like to implement different localisation. the application same but appicon, splash screen and few label in application only...
View ArticleHow do you manage and automate app versioning?
I use ionic to build my ios app which then will be distributed via xcode. To build it I simply use the following command: ionic cordova build ios --prod Doing this then .xcodeproj will be generated, I...
View ArticleProblem with developing an ionic react application on android 6
Hi everyone, I decided to develop my own application on my Android 6 device using capacitor and ionic react. Following the ionic react documentation, building a blank project and running the “ionic...
View Article* Could not determine the dependencies of task ':app:lintVitalRelease'
I have the following error whe i try to compile with ionic cordova build android --prod --release > cordova.cmd build android --release cordova-plugin-androidx-adapter: Processed 39 source files in...
View ArticleCan you help with restore app after minimize?
Hi guys, I have a problem with Ionic 3 after migrate our app from android 8 to android 9 and the “issue” is the application after we restore the application, after is minimized (circle button,...
View ArticleI return to the homepage, the "main-menu" is no longer working
Hello there. I am using Ionic 6. And , in “app.component.html” There is " ". 1 - I created a new page (category.page.html) and added “ion-menu”. 2 - and I added " " Menus are working. But when I...
View ArticleIonic 5 listen for web requests
I have an app that will need to listen for web requests. Essentially, it needs to be subscribed to a notification that may come from someone else’s version of the app. I believe the way to do this...
View ArticleFound a Next.js Template with Ionic?
Hey there, I saw this example/template here: github.com vercel/next.js canary/examples/with-ionic-typescript The React Framework. Contribute to vercel/next.js development by creating an account on...
View ArticleStrange resolution issue with Samsung S20
I have a screen shot from a user that looks pretty bad and quite different to what I would expect. It is from a Samsung S20. I looked up the specs here: YesViz Samsung S20 viewport size, resolution,...
View ArticleIon-content --offset-top issue
When does the offset get calculated? Any solutions to this issue? For some reason I have an --offset-top of 0 when returning to this page after a payment. If I leave the page and come back it is back...
View ArticleCapacitor local plugin support not working
Follow the information here: https://capacitorjs.com/docs/plugins/web I have created the default capacitor plugin with the echo method. Inside of the vue file, I have the following: import { Plugins }...
View ArticleHow to add Capacitor Storage value to Observable
Hi, I have values stored with capacitor storage and retrieve them with the following code: export async function getStorage(key: string): Promise<any> { const item = await Plugins.Storage.get({...
View ArticleIon-menu reveal: set content top
I need to animate the content to 120px (see photo attached), when the menu is revealed, but I can’t figure out, how the is being positioned (no css). Would be glad for any hints into the right...
View ArticleHow to do nested components in Ionic Angular?
Hey guys, I’m primarily a Vue developer and recently had to work with the ionic angular code base and I have been having trouble with using component inside another component. Here’s what I want to...
View ArticleAn if statement in size-md/size-sm.. etc
Hi! I am wondering if there is a way that I can add an inline if statement inside of size-md/size-sm… etc. on 's? Maybe something like: <ion-col size-md=" randomArr.length > 0 ? 12 :...
View ArticleReferenceError: globalThis is not defined
Hey guys its been weeks that my app was running great in broswer as serve or serve -l and on some android devices as build -prod and build as apk or run. but not running on other devices like android...
View Article[Ionic v6] tag IonIcon
Good night, I’m starting to study Ionic 6 and I saw in the code the tags for me to change the icon, , but in the documentation it just shows like this, . How do I change the icons on Ionic 6? Thank...
View ArticleIonic POS Print
Hi, I am developing an app for a POS Terminal device. In my app there is button to print a reciept. When i am used printer plugin, it gives me print prompt. Bu I didint founf my device inbuilt printer...
View ArticleHow to change modal content
hello. i have this page explore that categorizes destinations by ion-cards, these cards are clickable and opens to a modal page destinations, now what I want to happen is by clicking this cards the...
View ArticleAccess window property from external js library
I am trying to integrate SnapKit login into ionic 5 and also testing in ionic 4. But, I am not able to access window properties. I get error: > snapKitInit does not exist in Window & typeof...
View Article