Quantcast
Channel: Ionic Forum - Latest posts
Browsing all 228595 articles
Browse latest View live
↧

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 Article


Image may be NSFW.
Clik here to view.

Searchbar issue with event keypress or keyup

Thanks @brandyshea, I now understand and it is working

View Article


Alpha47 - No more popup?

What happened to popup in version alpha47?

View Article

How 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 Article

How 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 Article


Changing ion-navbar dynamically

@nicfo, have you really tried with Ionic 2 <ion-navbar> and [ngClass]? Can't make it work.

View Article

Ion-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 Article

Alpha47 - 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 Article


Alpha47 - No more popup?

Next time, I will at least to have a look on the changelog! Sorry about that.

View Article


Changing 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 Article

Image may be NSFW.
Clik here to view.

Alpha47 - No more popup?

It's ok, we are manually updating it only for breaking changes. Hopefully we will have an automatic version soon.

View Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

View 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 Article


How 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 Article

Help me to solve publishing ERRORS!

No everybody for help me?

View Article


Crosswalk 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 Article

Image may be NSFW.
Clik here to view.

Ionic 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 Article


Login authentication from database

Hi, Can you please share how to send mail confirmation once the user has done registration?

View Article

Ionic Signup Confirmation Email

How can we send signup confirmation email to the user once he/she has complete the registration? Thanks.

View Article

Searchbar 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
Browsing all 228595 articles
Browse latest View live