ionic2 inline debugging?
Does anyone have inline code debugging for ionic2 working? I'm using webstorm 11, it says the debug server isn't ready. Does anyone have a solution? Another IDE? Preferably something that uses vim =)...
View ArticleSearchbar issue with event keypress or keyup
Thanks @brandyshea, I now understand and it is working
View ArticleHow to nicely filter inside an array of object?
Hi, I read in Ionic doc and on the web that you can easily filter an array by using filter(). Something like return this.items.filter((v) => { if(v.toLowerCase().indexOf(q.toLowerCase()) >= 0) {...
View ArticleHow to play local audio files
@roadrunner42k howler.js looks really neat! Where are you saving your audio files so it can play them? Having a hard time figuring that part out.
View ArticleChanging ion-navbar dynamically
@nicfo, have you really tried with Ionic 2 <ion-navbar> and [ngClass]? Can't make it work.
View ArticleIon-side-menu directly on html
Its possible to use the ion-side-menu directly on html? O try, but i got some problems.. How can i use the ion-side-menu, without use the ''side-menu="true" on ion view.. Thanks
View ArticleAlpha47 - No more popup?
It was renamed to Alert and the syntax was changed, see the changelog for more details: github.com driftyco/ionic2/blob/master/CHANGELOG.md#200-alpha47-2016-1-4 <a...
View ArticleAlpha47 - No more popup?
Next time, I will at least to have a look on the changelog! Sorry about that.
View ArticleChanging ion-navbar dynamically
<ion-nav-bar> is the v1 component for a navbar. For v2 it is <ion-navbar>. This is not currently possible if you don't know the attribute name in advance, but yes it is something we need...
View ArticleAlpha47 - No more popup?
It's ok, we are manually updating it only for breaking changes. Hopefully we will have an automatic version soon.
View ArticleHow to improve this layout?
iarry: You could use the grid layout http://ionicframework.com/docs/components/#grid. I did not like it .. You apply'm not using "Row" and "Col"? Sorry, Look this code: <div class="row...
View ArticleView docs for previous version
Hey there, so for V2, there will completely separate docs, so between 1x and 2x, people will be able to view different docs, so yay As for v1, the component docs, it would be a bit difficult. Since...
View ArticleHow to obfuscate the code in ionic platform
hi i tried uncomment the following line in platforms\android\project.properties To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):...
View ArticleCrosswalk build with embedded mode is still asking to install crosswalk runtime
I have generated crosswalk build with embedded mode and it generates both apks fine. I used ionic-cli to add crosswalk. They both have runtime embedded, build sizes are 34MB and 37MB. However, when I...
View ArticleIonic 2 modals breaking in a tabs layout
My application is hosted in a tab style format, with the app.html being as such: <ion-tabs> <ion-tab [root]="tab1Root" tabTitle="Progress"></ion-tab> <ion-tab [root]="tab2Root"...
View ArticleLogin authentication from database
Hi, Can you please share how to send mail confirmation once the user has done registration?
View ArticleIonic Signup Confirmation Email
How can we send signup confirmation email to the user once he/she has complete the registration? Thanks.
View ArticleSearchbar throws error during evaluation of "input" in version alpha47
Hi @brandyshea, thanks for you update. I implemented the changes mentioned by you in my code. I have my results along with the below exception in console. Exception: Error during evaluation of...
View Article