Component lifecycle in ionic
@ashley_shookhye wrote: Hello, I have built a component as follows export class AcknowledgementComponent implements AfterViewInit { private description: string; @Input('period') period: string;...
View ArticleIon-datetime with formbuilder and min/max
@chager wrote: Hey there. Can anyone tell me if it is possible to use ion-datetime together with the formbuilder and min/max. I tried to but whenever I add max or min the corresponding FormControl...
View ArticleWhat does the floating command do in ionic?
@Hexy wrote: <ion-label floating>Password ^ I wanted to know what the floating does.^ Thanks For Your Help, Hexy Posts: 1 Participants: 1 Read full topic
View ArticleHow to change portion of the image when button clicked
@lokeshbr12 wrote: Hello, In my project I need to change portion of image to different color when clicked on button. ex: In a tree image with green leaf,I want to change the color of the leaf(only...
View ArticleUncaught ReferenceError: webpackJsonp is not defined
@sonuyadav wrote: After latest update to ionic 3.6.0 i am getting error during app run. in chrome console it says Uncaught ReferenceError: webpackJsonp is not defined i have followed this post...
View ArticleWhats the best way to learn Ionic?
@Hexy wrote: Does anyone have any free youtube tutorials or anything I could use to learn Ionic ? Posts: 2 Participants: 2 Read full topic
View ArticleSplash, Login/Signup then SideMenu Screen
@asadwaheed wrote: I want to know how to achieve a normal android/iOS app heirarchy. Like Splash Login/Signup (no side menu here) SideMenu Page Is there a sample app that demonstrates it. I have seen...
View ArticleIonic 3 builds are very slow
@dimitri320 wrote: I’ve recently upgraded to the latest version of Ionic 3, and in general I’m super happy with it, but one problem. The build time is at least x2-5 times longer than was the case with...
View ArticleInfiniteScroll bug or problem
@agrupalo wrote: Im getting errors in any page im using InfiniteScroll This is the error that ionic is giving me Uncaught TypeError: Cannot read property 'timeStamp' of null at...
View ArticleHow to show the status bar when reopening an app running in the background?
@rhaqqazi wrote: Hi everyone ! I have got a little problem… I don’t know how to show the status bar (“statusBar.show()”) when reopening my app which I left running in the background to go on another...
View ArticleENONENT after updating (main.js / main.ts)
@Yozamu wrote: Hello. At first this morning I built my app with ionic cordova build android. It worked fine. But when I did ionic serve for tests, it opened a web page with a ENONENT error. I didn’t...
View ArticleDeploying app on iPad?
@FnnHuman wrote: using Windows PC, can you deploy an app on the iPad? Posts: 2 Participants: 2 Read full topic
View ArticleInstall multiple version of ionic cli
@bluedusk wrote: Hi guys, I have ionic cli v2 project which cannot be update to v3 for the time being. However I run into some build issues with cli v2, so I want to try v3 and see what happens. Is it...
View ArticleChange button attribute
@Jacktoolsnet wrote: Hello, I have this select <ion-item> <ion-label>Form</ion-label> <ion-select [(ngModel)]="shape"> <ion-option...
View ArticleTabs and refresher
@solinder wrote: Hello, I’m using ionic tabs component and refresher component. Code is like this: <ion-content> <ion-refresher (ionRefresh)="doRefresh($event)">...
View ArticleResources(Icon and Splash Screen)
@saikumar3786 wrote: I’m getting an error like below when I run the command - ionic cordova resources --icon or --splash: Uploading source images to prepare for transformations - failed! HTTP Error...
View ArticleChange searchbar on focus
@FrankWan27 wrote: Hi, how do I get a searchbar to change the css style when focused? I’ve tried (focus), but that doesn’t seem to do anything. (click) works, but won’t change back when I lose focus....
View ArticleHow to change the default color of toggle in Ionic2?
@PrabakarKaruppasamy wrote: <ion-label> <span class="font-capp">SS Engine</span></ion-label> <ion-toggle toggle-class="toggle-assertive" checked...
View ArticleIonic Serve fails in previously working project
@Brentontw wrote: I have a project that was previously working. I have reverted my code to a point I know it was working at, however, when I now run ionic serve or ionic -v or even simply ionic in...
View ArticleBig problem with date time picker
@Ryuudoku wrote: Hi guys. I’m facing a big problem that was finding in ionic page. See, if I click on ion-datetime, the picker displays. Then, choose 29/12/2012, it’s mean you should click done. And...
View Article