Create Bindings for MithrilJs
You’ll probably want to checkout stencil and the output targets it provides. GitHub ionic-team/stencil-ds-output-targets These are output targets that can be added to Stencil for React and Angular. -...
View ArticleInterpolate string that contains html
Not that you need to care about my opinion, but I hate innerHTML with a passion, and would like to try to convince you to forget it exists. One of the great things IMHO about Angular is the way that...
View ArticleHow to use the "live reload" with Angular and Cordova only, without Ionic CLI?
Dovel: I cannot find the related source code in GitHub. I’ve got good news and bad news. The good news is that the source is here. The bad news is that it’s part of Ionic CLI.
View ArticleTake photo or choose from gallery in ionic3
The good news is that @netkow’s “My First App” does exactly this. The bad news (I guess, given what you said) is that it uses modern versions of things. Is there any chance you can do the same?
View ArticleInterpolate string that contains html
Okay I understand your point. I will look for a solution without innterhtml
View ArticleiOS build release error (is automatically signed for development, but a...
Man…Ty a lot…i was losing my mind already… <3
View ArticleIonic3 to Ionic4 Migration - css file
We are migrating our project from ionic3 to ionic4. in Ionic3 we used ionic-app-scripts.js to generate our build distribution. As per my understanding for ionic4 it doesn’t required ionic-app-scripts....
View ArticleTab bar reloads when navigating
this project, is over a year old and probably needs to be updated… i will take a look
View ArticleWhat breaks angular binding in modals?
I encounter a strange behavior. My modal page is displayed like this async presentModal() { const modal = await this.modalController.create({ component: SavePage, }); modal.onDidDismiss().then((data:...
View ArticleWhat breaks angular binding in modals?
Can you make an MCVE that is publicly available someplace like GitHub or GitLab?
View ArticleIonic3 to Ionic4 Migration - css file
rakesh76: We are migrating our project from ionic3 to ionic4 “Ionic 4” is obsolete, and you don’t really want to be targeting it. Let’s say for the sake of discussion that you’re trying to bring a...
View ArticleTesting with Cypress on Circleci against React App
Hey Everyone, I am wondering if anyone here is successfully running cypress on circleci against a react app using the ionic framework. We are hitting a number of issues and I am trying to determine if...
View ArticleIs there anyway to protect my app from malicious apps like 'Lucky Patcher'
Yeah you’re right, that’s what i thought too. Well I’m trying to prevent the in-app-purchase patch, is there any way I can do that?
View ArticleIs there anyway to protect my app from malicious apps like 'Lucky Patcher'
“the in-app-purchase patch” Not sure what you are talking about
View ArticleIonic-native geolocation error on iOS device
I added the platform.ready() function and it worked. Hope this can be helpful for somebody this.platform.ready().then(() => { this.getGeolocation(); });
View ArticleHow pricing and enterprice works?
What enterprice offers and how pricing works? Is there different pricing for individual and company? How customized training works and also how for company teams and how for individual? Inside of...
View ArticleCould not find an NgModule. Use the skip-import option to skip importing in...
thx. thats its the solution to back to normality
View ArticleIonic5 - slides not in ionic-angular anymore?
Porting ionic3 -> ionic5 app over. Where is the slides class defined? I had something like this in my ionic3 code: @ViewChild(Slides) slides: Slides; where I could use slides properties to...
View ArticleWhy is ionic good yet the documentation this bad?
I would like to bring it to the attention that while ionic is a great platform, the documentation has lightyears of improvement potential. Let’s take the slides component as an example. Ionic Docs...
View ArticleTab bar disappear when I push a page from tabs.ts
I created a fab button on tabs.html to navigate to another page but tabs bottom bar disappear here is my code import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams }...
View Article