Ionic package
I'm having same issue. the only place a '.p12 file' is mentioned is for Push Notifications. On Apple website, the cert to download is not a p12, it's a .cer - I'm confused now based on the Ionic setup...
View ArticleWhy is img/ionic.png in the starter templates?
No consequences. Remove at will. May have been used as an icon image, but that would get replaced anyway.
View ArticleCrosswalk - Blank Screen when Keyboard is up
After adding crosswalk whenever I pull the keyboard up by focusing on an input field, the portion above the keyboard screen becomes white instead of showing the app and what I'm typing into the field....
View ArticleRecord data with Ionic
If I understand your question correctly, you want to store data from a form to a data file, and retrieve that data later. Yes, this can be done several ways, but ultimately what you would do is create...
View ArticleIonic 2 - Importing from Angular2
Hi all, feeling a bit dumb dumb I've created a new file under www/app/services/test-service.ts I'm stuck at a very simple line: import {Http, HTTP_PROVIDERS} from 'angular2/http'; Getting the...
View ArticleWhat IDE I should use?
+1 for WebStorm -1 for the new subscription pricing model -> http://robferguson.org/2014/12/14/getting-started-with-webstorm-yeoman-and-angularjs/
View ArticleWhy is the subheader not showing?
I'm trying to create a search bar in an Ionic app. To do this, I'm using bar-subheader but that doesn't work: The subheader is not shown. My code: <ion-view view-title="Empresas"> <div...
View ArticleGeolocation
@folador Best practice: Before popping the system modal requesting permission, present another modal with messaging about why you're asking for permission to access location (e.g. "We can only show...
View ArticleWhy is the subheader not showing?
You are missing the opening: <ion-view title="Title goes here"> See, for example: https://github.com/Robinyo/Vardyger/blob/master/core/client/app/templates/main-template.html
View ArticleIonic 2 - navbar is overlapping status bar in ios
Yeah, you're right. Since we introduced Angular as a peer dependency the best way to update is: npm install ionic-framework@latest --save cc @teknofreek
View ArticleConnectivity of Inoic , MongoDB
I think you might be s little confused? Do you want to build your server using Node.js, Express and MonogoDB? And, your client using AngularJS and the Ionic framework? Take a look at:...
View ArticleWhy is the subheader not showing?
I added <ion-view view-title="Empresa"> but still does not work
View ArticleWhy is the subheader not showing?
Did you begin with a starter template? E.g., $ ionic start myApp sidemenu Try adding an input to the header: E.g., http://ionicframework.com/docs/components/#bar-inputs
View ArticleIonic 2 - Importing from Angular2
It's probably a config error in your tsconfig.json, webpack.config.js, ionic.config.js or gulpfile.js, can you put a gist to them to be able to debug a bit?
View ArticleWhy is the subheader not showing?
I started with tabs, the tabs are on top. look at the image: http://i.imgur.com/hsXvgku.png I think the subheader is showing, but does not showing input to search. I can't understand why.
View ArticleWhat a difference of ionic 1.2 and ionic v2?
As stated by angular team, angularjs will continue to exist for years in parallel of angular 2.
View Article