How to convert ion-datetime to date only?
@king-ds wrote: Hi Ionites, I’m having a problem with passing the input datetime of ionic to date field of my API. The error state that the datetime variable I’m passing was in incorrect format. The...
View ArticleSo guys.. i just want to ask why my ionic project can't run in my new...
@ulickfahindra wrote: kakaka576×1024 29.8 KB Posts: 1 Participants: 1 Read full topic
View ArticleAccessing variable from other .ts files
@king-ds wrote: Hi there, I just want to know on how to access the variable from the other .ts files? Like for example, Here is my api.service.ts: This is the variable I want to access public success...
View ArticleCordova 9 Failed to load resource: net::ERR_CLEARTEXT_NOT_PERMITTED
@Pratikjaiswa15 wrote: I have gone through this question link, and I have made subsequent changes but still can’t solve the problem. Still giving me the same error. Can someone please help me out....
View ArticleIonic Deployment errors | need help
@BhargavB2 wrote: Hello, I am new to Mobile application development and deployment. Could some one please help me deploying the sample application. While trying to deploy the application we are facing...
View ArticleIonic 4 - How to hide ion-back-button on a root page that is routed to...
@MarkL wrote: Given the below markup, how do I hide the ion-back-button on a root page when that page is dynamically chosen at runtime? It seems logical to me that a back button would be hidden on a...
View ArticleDouble ion-tab-bar issue
@seack-dev wrote: image430×702 2.4 KB I created a blanc app and added a tab bar with 3 routes. The routing and is working win, except i have two similar tab-bars. I did not set it multiple times. The...
View ArticleV4+react: How do I add a web worker?
@benallfree wrote: I can’t find any documentation on how to add a web worker to my Ionic V4 React project. Has anyone done this? Posts: 1 Participants: 1 Read full topic
View ArticleSign in with Apple
@stsness wrote: Is there any plugin to implement “Sign in with Apple”? Apple not verify my app and I have not found information how to implement it. I use angularx-social-login and an API REST for...
View ArticleCache Ionicons PWA
@jffs wrote: I was wondering if someone can help me. Im developing a PWA using Ionic + Angular and hosting it using Firebase. The fact is when i lose internet, ionic icons desapired… I can’t figuered...
View Article[Ionic 4] ion-content full screen still shows a bit white background on top...
@kkhanhluu wrote: I set the ion-content as fullscreen and make the toolbar have transparent background with this css: image882×158 15.7 KB And here’s the result i get: image1451×79 13.3 KB The white...
View ArticleHow to resize app when soft keyboard is shown on Windows surface tablet
@peterjc wrote: I have an Ionic 4 / Angular cordova based application (Ionic info at end of post). I am currently using Cordova windows 6.0.1 due to this issue. All seems to work fine except for this...
View ArticleEvent not received
@axs96mmy775swm4q wrote: In ionic4 I have a class “Logger” with static methods. One method does send an event: if (!Logger.event) { Logger.event = new Events(); } Logger.event.publish("log:added");...
View ArticleBug: All about double tap zoom #IONIC 4.11.5
@o8thug wrote: Ionic version: Ionic: Ionic CLI : 5.4.6 (/node_modules/ionic) Ionic Framework : @ionic/angular 4.11.5 @angular-devkit/build-angular : 0.801.3 @angular-devkit/schematics : 8.1.3...
View ArticleHow integrate google analytics in ionic?
@jakesully wrote: I followed bellow steps: step 1: install google analytics plugin using this command $ ionic cordova plugin add cordova-plugin-google-analytics $ npm install --save...
View ArticleIon-loading container
@mtehrani wrote: Hi guys, is there any way to specify the backdrop/ion-loading container? I’m loading data into a specific part of my application, so it would be nice to show the backdrop and...
View ArticleMigration to v4: Understanding questions
@Llarian wrote: Hi, I need to migrate an older Ionic v2 project to v4 and, following the official migration guide, stumbled on several things I do not understand. (note: I am working in a windows...
View ArticlePage zoom via viewport meta tag
@njcoutinho wrote: I have updated my site’s index.html page to support pinch and zoom by editing the meta tag as follows <meta name="viewport" content="viewport-fit=cover, width=device-width,...
View ArticleAlert controller input type date
@ninecmoi wrote: Hello, i’m using ionic v4 and here is my code to display date into alert controller : ` { name: “date”, type: “date”, // value: formattedToday, // placeholder: formattedToday }, `` i...
View ArticleHow can i get response header (set-cookie) using post method from API
@Mrxdot wrote: Hello, Before I started, I wanted to say that I researched this topic for a few hours, but I couldn’t find anything. return this.http.post(url, this.formData, {observe:...
View Article