CSS issue not showing in XCode simulation but does on the actual iPad device
Hi I am working on a project where I need to create a small block, as shown. It looks fine on all android devices, browsers and also Apple simulators using XCODE. But when it’s on an iPad or iPhone....
View ArticleXcode Errors, how to regenerate the XCode project corrrectly
I recently had to update the Xcode version, so I could test my App with the latest OS on my IPAD. I am getting the following error messages, any suggestions on what I can do in the Ionic side to solve...
View ArticleWeb browser how to force screen display to be like mobile or tablet ratio?
Hi I am also displaying my mobile app on a web browser. When it’s running on a browser, the display is extended the menu bar appears on the side. Is it possible to change something so that on a web...
View ArticleConnect two buttons in the same page
How i can connect two buttons in the same page ? I need to connect buttons in the toolbar above with the buttons in the list 1 post - 1 participant Read full topic
View ArticleAndroid build error during gradle script
I need to create Android package but I receive strange issue… Could you please help me? ionic cordova build android --prod --release -- -- --packageType=bundle Error: > Configure project :app...
View ArticleHowto update capacitor from 4.x to 4.8
HI, how do I update capacitor from 4.x to 4.8? After update the npm packages, how do I update the IOS and ANDROID files? THX 1 post - 1 participant Read full topic
View ArticleUsing Ionic with Next.js
So I saw Ionic got into version 7 - and i haven’t used it for a long time now. I’m thinking about creating a new app for the company i works for, but i do have some questions about that: does anyone...
View ArticleUnit tests failing on Github Actions
Hi everyone, first post. I just created a new project using the Ionic CLI. The unit tests ran perfectly. Then I added a .github folder and a workflow which runs the unit tests, and when I checked the...
View ArticleHow to create a file in my device and save data in it
Hello everyone, Im creating a scan application for my internship , and i have to save the scan list in a file in the device , so if anyone know how can i do it , i will be happy Thank You 1 post - 1...
View ArticleIonic5 cordova-android10
I take a build ionic5 cordova-android10 build and implement the auto update. I already have a ionic 3 app, try to update that it’s show the some error “App not installed ad package conflicts with an...
View ArticleAutofocus Not working
<ion-input class="container__input" [autofocus]="focus" type="text" id="tagId" name="tagId" expand="full" placeholder="code" [(ngModel)]="tagId" (input)="calculateByteLength($event)" />...
View ArticleRedrawing google route and updating markers without reloading the Map
What I am trying to achieve is to load a map and display route between two markers retrieved from database. I want to be able to retrieve new coordinates every few seconds and draw and place markers...
View ArticleIonic build fails looking for main.js when it's main.ts
I upgraded my project from Ionic 5 to Ionic 7 and all the good things that come with it like Cap 5 and Vite. When I run npm run build it executes vue-tsc && vite build which works but when I...
View ArticleProblems migrating from Cap 4 -> 5
Following the migration guide: capacitorjs.com Updating to 5.0 | Capacitor Documentation Guide for updating Capacitor from v4 to v5 in your app We run into two problems: First, we are unable to finish...
View ArticleIonic 7 PreloadingStrategy
For Preload all module we could use : RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules }) But for Ionic 7 where should i define PreloadAllModules? providers: [ DatePipe, { provide:...
View ArticleIs posible use signals angular in ionic 7?
hi, is it already possible to make use of signals in ionic with angular? I am testing a signal on a page, from a service and when the signal is updated in the service, the signal in the app component...
View ArticlePlease help with missing dep on 'Building your first app' tutorial
Building ‘photo-gallery’ with the help of ‘Build your first app’ in Ionic docs. Getting a 504 and the following error when I click the ‘photo’ icon and try to take a photo: Loading module from...
View ArticleSafe Area not defined at the init on Android
Hello, I encounter an issue with the env variable safe-area-inset-top. Actually, the value of this variable in defined to 0px when I open the application and so, the content on the top of the app...
View ArticleProblems migrating to Capacitor 4
We have just migrated to Capacitor 4 and are now facing an issue where we can’t change bundle id using the ionic extension in vscode. We do this to target different environments we are deploying our...
View ArticleSerial port on Windows app
Hello all, I was trying to figure this out but I was not able to find a proper answer to it. I am considering Ionic to build a cross-platform app for my company. This new app will replace an already...
View Article