Ionic 4 + React, not able to customize look and feel
@MosesOng wrote: I’m trying to change the background of my IonContent, but all the information I found doesn’t work. I’m using Ionic 4 and React. I tried to add a custom CSS in the globals.scss and it...
View ArticleonNotification pushes notification in background but not in foreground
@DSFARGEG wrote: I am currently encountering an issue where when I send my C# backend to push using firebase FCM the onNotifications sends a push notification on the background but when it goes on the...
View ArticleClearing Cache
@kento wrote: I am new to ionic development. I have successfully developed an app using ionic v4 and installed on an android phone. The app works well talking to a web Api on azure until the app cache...
View ArticleIonicAppFlow Provisioning Profile for Push Notifications...
@MarcusA wrote: Hi All, I’m adding in push notifications and using Ionic AppFlow to build. I’m getting: [21:49:05]: ▸ Check dependencies [21:49:05]: ▸ Code Signing Error: Provisioning profile...
View ArticleResponsiveness in a n-rows x 2-cols grid
@vespinasgmailcom wrote: I have a grid with two columns, that shows a card on each column for each row. Then the device is in landscape it looks ok: Screen Shot 2019-07-19 at 5.59.54 PM.png770×343...
View ArticleObservables and repaint
@Skiman1104 wrote: I build a real-time football scores app. I have an observable checking data and returning the values but it repaints the dom every time, you lose scroll position and it flickers. is...
View ArticleAndroid API not sending post request
@semanticnet wrote: Hello My ionic app is working great on all api, except android api 29. When clicking on a button, their is no post request is being send at all postData(credentials, type) { return...
View ArticleHow to change css for ion-range?
@Jamesionic wrote: For some reason, I need to change CSS file under node_modules@ionic\core\dist\collection\components\range, but after I modify it , how can I take it affect? My requirment is : I...
View ArticleHow to Full-screen -> i have a problem
@moomdate wrote: I have a problem in full-screen 88921.jpg1080×1920 39.7 KB in my app has block color black on top in html tag i removed ion-header tag and use content in ion-content tage only. before...
View ArticleCreating a native google map always renders as map type NORMAL
@aswk wrote: Hi, I am using the cool native Google maps plugin in a new app on ios. When I create the map with mapType set in options to HYBRID, the map is created as a map of type NORMAL. It is...
View ArticleImporting angular css to ionic 3
@Tubiss wrote: ı want to load this css in to ionic 3 but not working @import '~@fullcalendar/core/main.css'; @import '~@fullcalendar/daygrid/main.css'; is there way to load this? please help me Posts:...
View ArticlengIf inside a ngFor not working
@ajaykdutta wrote: I want to display data from database with the help of ngfor. i want to use ngif for implement some display condition . my code : <ion-grid *ngFor="let chat of ChatListArray">...
View ArticleHow to push input-values into chips?
@Caturix99 wrote: I want to store my inputed strings in chips. I managed to just push labels but then I have the problem, that every new value gets overridden by the new one and when I try to do it...
View ArticleCreate Phone Lock and App Lock with Ionic
@VictorVans wrote: Hello, please it possible to create a mobile app with Ionic that can lock and unlock the mobile phone and also mobile applications in the device? With features of face detection...
View ArticleDisplay events to angular angular full calendar
@Tubiss wrote: calendar.html <full-calendar defaultView="dayGridMonth" [plugins]="calendarPlugins" [weekends]="true" [events]="[ { title: 'event 1', date: '2019-06-07' }, { title: 'event 2', date:...
View ArticleIonic-3 Dragula removing the CSS style of the card while dragging it.
@C_shubham wrote: I’m trying to use the Dragula module and I’m able to reorder my cards, but at that time I choose a card to drag, while dragging on any card, they lose their own CSS styles in drag...
View ArticleHow to test Background Fetch?
@Calll wrote: Hi guys! I’m wondering how you would go about testing if background fetch is working on Android? I’m creating a form based app, where the users will be going to remote locations. There...
View ArticleIonic 4 - View taking long to show changes and performance issues
@Kyrax80 wrote: I am making an Ionic Angular App. I have a page which shows a spinner until the call to an API REST is finished to retrieved the required data. My problem is that after the call is...
View ArticleHow to send and get the result from Api in ionic 4
@ice174 wrote: I am new in ionic 4, I want to send the barcode result to the api then get the api response result from the api. How to do it? Here is my code home.page.ts: export class HomePage {...
View ArticleGoogle map icon not updating its position on map in Android but works well in...
@shiva11629 wrote: Hello everyone I am using ionic native google-maps for my application. I used addmarkerSync to add marker and used setposition to update location but my marker is not updating its...
View Article