Center in column
@basti wrote: Hi, I’ve a responsive <ion-grid> and in each <ion-col> one <ion-card>. Every card is with fixed height and width, so they don’t adapt to the specific screensize. To let...
View Article[ionic4] How to change the app logo from within app
@pantarmj wrote: Can I change the app logo (which is placed on home page/ login page/ bottom of the menu) from within app by browsing the gallery? If yes then plz help me? @lucasbasquerotto Posts: 1...
View ArticleOpen modal in app-root element instead of ion-app
@entom wrote: Hello, I need to create a modal and open in app-root element. Is it possible? By default modal component will open in ion-app. I’m trying to hide main ion-header behind the modal in...
View ArticleChange background color of ion-item on click
@niccoicco9 wrote: hi, how i can change the background-color when i click on an ion-item? my code: <ion-item (click)="openDetail(variant)"> {{variant.ProductVariantName}} <ion-button...
View ArticleSet "md" animation as default for both platforms - v4
@anjildhamala1 wrote: Ionic v4.12.0 The iOS page transition animations are very choppy. My toolbar that’s colored using color directive turns white for half a second before navigating to the previous...
View ArticleHow do I set the config settings for Android in Capacitor without resetting...
@wekas wrote: Every time I run npx cap sync or ionic capacitor run android my config settings are reset. e.g. in the android folder config.xml file build.gradle file androidmanifest.xml Do I set these...
View ArticleIonic 4 animation library
@dev-gilbert wrote: Just wondering if anybody know of a tested proven library for basic animations such as fade in, etc, for ionic 4 apps. I am currently using animated.css as it’s easy to use but...
View ArticleRegistration area for touch moves sometimes!
@heardnetwork wrote: I’ve got a weird bug that is killing my app on iOS. Sometimes (and i can’t find a pattern) when you hide the keyboard after you have inputted text into a form or modal, it moves...
View ArticleIonic 4 devapp debugging
@rfloka wrote: Is there any way to debug Ionic 4 with devapp? Im developing an aplication that uses Beacons and BLE and i really need debugging and ionic serve -c doesnt show anything from what i read...
View ArticleProblems to emulate after xCode update
@jeansilva wrote: After update my xCode from 10.1 to 10.2, I have problem to emulate the app on ios emulators. After I run $ ionic cordova emulate ios -l, I get this: BUILD SUCCEEDED [cordova]...
View ArticleHow to create equal passwords validation in a simple way
@Fares95 wrote: Hello my friends , I have a problem with a form that i can not know how to put validators for passwords my page.html <ion-header> <ion-navbar color="tertiary">...
View Articlefirebase.auth().currentUser is null after refresh
@wekas wrote: I thought the firebase javascript SDK was meant to automatically refresh the token and keep the user logged in. When I refresh my page (web) the currentUser is reset to null and my...
View ArticleDisable Ion menu in login in Ionic4
@venkat-chuchu wrote: I tried to disable menu while swipe the screen in login screen . Posts: 2 Participants: 2 Read full topic
View ArticleHow to Encrypt and decrypt request, response through my ionic app with node...
@Dineshn wrote: Hi, I need to encrypt the request to node js server for ionic app.Also need the response in encrypted format for nodejs server. I required this because request and response data is...
View ArticleAccess page child component in app.component.ts
@john33john33 wrote: Case: handle hardware back button in app.component in some pages, there’s If exist custom back button, call “back” function inside that component Else, use pop in nav controller...
View ArticleIonic app dynamically data not showing correctly iOS, Android works
@Krycek wrote: I have an Ionic 3 app for Android and iOS. The app uses an API to get data from the server. This works for Android, but for iOS I don’t get the view updated with the response of the...
View ArticleGoogle Plus plugin not working when we download our app from Play Store
@KPH wrote: Hi All, We have used https://github.com/EddyVerbruggen/cordova-plugin-googleplus in our Hybrid app using Ionic-v3 version. Plugins works fine in development. When we upload the production...
View ArticleAn annoying little square on Android devices in ionic3?
@RomnEmpire wrote: Recently I created an hybrid application developped with Ionic 3. I noted a little problem: sometimes a little square appears when I activate a page from the side menu.initially not...
View ArticleFailed to find 'ANDROID_HOME' and 'android'
@Asslai wrote: Screenshot from 2019-03-27 10-14-32.png1366×768 152 KB Screenshot from 2019-03-27 10-14-59.png1366×768 129 KB i can’t build apk even if i have ANDROID_HOME in the path and the commande...
View ArticlePush Notification expansion in ionic 3
@hasnainsakir001 wrote: Hi, am trying to get an expandable push notification. which shows image from my backend. am using the cordova fcm plugin for push notification is there any way to implement...
View Article