How to get component name?
@HarinderSingh wrote: Hello all, I am using custom component by generate cli. In that component’s controller. I want to get current active component name so I can set page tittle accordingly . Or any...
View ArticleAOT invalid link when deep deep linking
@ghostrunners wrote: I run into this error Error: Uncaught (in promise): invalid link: sample-drop as I try to compile an ionic project setup for AOT compilation. If I remove the IonicPage decorator...
View ArticleImplement likes
@RobinHD wrote: Hey guys, I’m stuck for 3 days now on how to implement a like system in my application ? Here is a exemple of my mind : When you click on the heart (represent the like), the heart...
View ArticleTranslate strings in ts files
@iwxfer wrote: I am using {{'hello' | translate}} in my templates. Can I use translate with string sin ts files? Posts: 2 Participants: 2 Read full topic
View ArticleIonic 2 control font size from UI
@flycoders_sourav wrote: How can i do that.actually i want to do control front size using a function. Posts: 1 Participants: 1 Read full topic
View ArticleDisabled(white screen) after download app from ionic view Server in mobile...
@Hardik_hcs wrote: I already created app in ionic and uploaded successfully in ionic server. Now I am download app from ionic server and it open fine, but problem is screen is disabled like white...
View ArticleFirebase notifcations works on android, not ios
@mtnptrsn wrote: Hi. Got an iPhone and an Android app with notifications using the firebase plugin. It all works fine on android but I don’t get any notifications on ios. I’ve made sure to tick “Push...
View ArticleInput text and radio in popup
@Adam1234 wrote: Hey guys I’m look to create a pop up where by the user inputs data, then selects one of two radio options by the UI seems to screw up when I have a combitnation of both text type and...
View ArticleGoogle Analytics iOS - Not Works
@armandof wrote: Hi everybody! Im working in a project with Ionic 3. I try use GA but doesn’t works. I follow the instructions. this.platform.ready().then(() => {...
View ArticleIonic 3 declare a global directive
@opahopa wrote: greetings. i have a simple directive like @Directive({ selector: '[auth-protected-click]' }) export class AuthProtectedClickDirective { constructor() { console.log('fgfgfgfgfgfgfg') }...
View ArticleIon-tab attribute directive
@opahopa wrote: Hi. I have a simple attr directive: @Directive({ selector: '[auth-protected-click]' // Attribute selector }) export class AuthProtectedClickDirective { constructor() {...
View ArticleHow to execute the constructer function everytime when i click the tab pages...
@saty932 wrote: Right now i have three tabs pages.For each tab page i have some api calls in constructer but the problem is it’s only executing for the first time whenever i click that tabs.I am...
View ArticleSending a whatsapp does not work, only in IOS
@jeronadal wrote: Hello I have a problem, I have a button with a link to send a whatsapp, for android works perfectly. But IOS does not open the conversation. This is my code: HTML: <a...
View ArticleFailed to load resource: roboto-regular.woff2
@gregorsrdic wrote: I am experiencing a problem with several of my ionic apps loading fonts on Android. Running command ionic serve correctly copies all fonts from node_modules/ionic-angular to the...
View ArticleUsing font-awesome and custom fonts as tab icons
@HinderiksR wrote: I’m looking into using font-awesome as a font and use them on the tab-icon. Somehow the only instructions i can find are either deprecated or don’t allow the usage of tab-icon. I...
View ArticleHow to add class name dynamically
@flycoders_sourav wrote: I want to do that .when user click on button and change the class name dynamically. Like <Div [ngClass]="item-red"> when user click on button.its should be changed to...
View ArticleBackground ionic
@helema22 wrote: How can I have 2 backgrounds in my ionic app, one on the top-right and the other one on bottom-left. Posts: 2 Participants: 2 Read full topic
View ArticleHow to find localization (like fr_FR or fr_CH or en_GB or en_US...)
@reedrichards wrote: Basic question but how do you guys find the localization? I mean not the language but the localization like fr_FR or fr_CH or en_GB or en_US? I know I could get the language like...
View ArticlePass data to the inAppBrowser
@nicolas_hie wrote: Hello there again, I need to pass some data ( Login-Name and Password ) to some website, which I open with the inAppBrowser. I save the data before into the IOS - keychain. When I...
View ArticleFolder-by-feature structure in Ionic 3
@pxdev wrote: Hi everyone, I’ve found several posts talking about this and I’ve seen several people that were successful doing this, so I’m asking for some advice since I’m new to Ionic 3 (I’ve been...
View Article