Navigation transition when navigating between pages using same dynamic URL
Is it possible to get the page navigation animation/transition when navigating between two pages using the same component (same dynamic URL)? Example: Navigating from /menu/1 to /menu/2 where URL in...
View ArticleVertical Column Layout
I was trying to do layouts which has more flexible and column based in Ionic and ion-grid, something similar to what is seen here. https://svelte-grid.now.sh/ I can’t seem to get column layouts using...
View ArticleError when building from Teamcity but builds from everywhere else using the...
When building our ionic app it builds fine when I build it from powershell. When we build in teamcity using the powershell step we get the following error. Here is the error we get. I removed the...
View ArticleUsing a service worker to update an hybrid mobile app like a PWA
Hi all, I’m building a Ionic mobile app, which will be compiled as a native app on Android/iOS (so, not a PWA). I was wondering if there is a way, using for example service workers, to also point to a...
View ArticleIon-slides in modal problem with Safari
On Ionic-Angular, I have a problem with Ion-slides used in a modal and only on Safari. When launching programmatically, in a modal, my component containing a slider, it opens properly and after a...
View ArticleGradle 6.5 - conflict causes build error
When building Android on the Linux 2020.11 it says it will use Gradle 4.3.1 but it actually uses 6.5. Can I force the Gradle version somehow? This causes the error as a previous build using the 4.3.1...
View ArticleGuards with NavigationExtras -> state and ion-back-button
Hi! I played around with navigation in Ionic based on this content: With an Angular Guard I can prevent/enable page activation. Lets say I would like to prevent/enable navigation based on Id, i can...
View ArticlePush notifications - how to?
Hey guys, love Ionic for Vue, but I find the documentation very lacking. We are making an app in which we need push notifications. We have our own server so “pushing” is no problem, the problem we are...
View ArticleIonic 6 app dont work on android v8.1 but works on android v6 devices
Ionic 6 app dont work(show only white-screen) on android v8.1 but works on lesser version android v.6 devices Ionic 6, Angular 10, Node 12 oikoi516×555 10.7 KB 2 posts - 1 participant Read full topic
View ArticleIonic 5: Disable Dark mode for a specific component
I’m using the latest Ionic with Capacitor, and I’ve added dark mode for my app. However, the dark mode modifies styles (CSS variables) globally with the help of this media query: @media...
View ArticleTake Photo - tutorial photo gallery react
Hello. Following this tutorial: https://github.com/ionic-team/tutorial-photo-gallery-react When I press the camera button in tab2.tsx, it does not open the camera to take a photo but it opens the...
View ArticleInAppBrowser in iOS shows blank white page
I want to open the URL directly in the app. In Android it is working fine. On iOS it only shows a blank white screen after starting. I have set target to _blank, because I do now want iOS to open the...
View ArticleOption selected on dropdown must show one input field
Hello, I have a Form in which there is a dropdown which is having two options a and b if option a is selected nothing has to happen if option b was selected one extra field has to appear under that...
View ArticleAzure devOps signing APK give permission error
I’m using Azure Devops in order to build my ionic-cordova Android application. The unsigned apk is successfully built but when I’m running the signing process I get the following error: Error: EACCES:...
View ArticleIONIC error when i try to create new project
can anyone help me with these problem? 3434911×495 17.9 KB 4545983×493 18.8 KB 1 post - 1 participant Read full topic
View ArticleSamsung’s device care (battery management) - app list
Hi, please help me deal with Samsung’s battery saving policy. I need my app to appear on the “Apps that won’t put to sleep” list. As it is not there, users cannot tell the device that the app works in...
View ArticleHow to create multiple polygons by passing arrays of lats and longs
I am making an app in which admin will mark a location like a polygon and the coordinates will be saved in firestore On user side the polygon will be shown by passing values from ts file This is how i...
View ArticleLeaflet showMeasurements does't work on ionic 5
I’m drawing a terrain in leafleat within the Ionic5 framework. It turns out that the image display occurs, but the metric measurements are not being shown. You are already the types of the...
View ArticleNpm.cmd run ionic:build:after exited with exit code 1
I’m receiving the below error. This comes after an error finding this csd.exe file, which was resolved by installing cordova-sqlite-devtools. I then removed my node modules and package-lock.json...
View ArticleWhich HTTP library do you use?
I’m curious: Which HTTP library do you use when you fetch/post data to/from your API? With Nuxt I use its Http module which is very convenient. Is there a good option for use with Ionic (other than...
View Article