Angular 2 Beta is ready now, what about Ionic 2
I'm dealing with a few bug here and there, still you guys (and girls) have been fixing them very quick, even if it is in beta i still think ionic 2 rocks, @brandyshea thanks taking the time to answer...
View ArticleWhat are you building with Ionic? We want to know!
I just released my ionic powered home security app that works in conjunction with ZoneMinder. Android Play Store: https://play.google.com/store/apps/details?id=com.pliablepixels.zmninja_proiOS App...
View ArticleNative Advertising/ Content Advertising?
I'm going to monetize my apps and I have had my eye on Native Advertising (where the advertising is like the activity feed). Is there any services that have a good plugin or do web native ads?
View ArticleAdd border to all buttons after v1.2.0
In ionic 1.2.0 the border of buttons was removed. This was done by setting border-color always to to transparent in _mixins.scss (see commit 21e54be).Is there any way the border can be added again,...
View ArticleIonic Cookbook v1 released - Discount code included!
Hoc Phan is a software developer with a strong focus on frontend development and cloud computing. He has worked for both startups and large companies and frequently speaks at local meetups, industry...
View ArticleJust now started ionic, but facing device problems
Hi, I have just recently started with ionic and I have following problem. My application works well in browser (with serve), when I emulate it (from command line or via Ionic Lab). When I upload it it...
View ArticleApp not working in IonicView
My app is working fine in browser and iOS simulator. But it freeze when running through Ionic View. It starts to breeze when I add html5 audio. Does anyone know what could cause this? Or just simply...
View ArticleHow to use this in ionic?
You can post data using Parse REST API like this. Hope this helps. $http({ method: 'POST', url: 'https://api.parse.com/1/classes/shifts', data: { columnName: 'value', columnName: 'value' }, headers: {...
View ArticleHide-back-button="true" won't work after entering a non-tabbed view
I'm using ionic tabs with my setup as follows. Index Settings Cog Tab 1 Sub-viewSub-sub view Tab 2 Sub-viewSub-sub view Tab 3 Sub-viewSub-sub view On the main tab views (1, 2 and 3) I'm using...
View ArticleApp not working in IonicView
Have you tried to remote debug your app on device? http://www.gajotres.net/how-to-properly-debug-your-ionic-application/
View ArticleCordova push notification IOS not fired
ah solved it.. I forgot to register $cordovaPush.register(iosConfig).then(function(deviceToken) {
View ArticlePreserving image quality when zooming in ion-scroll
I encountered the same issue. Setting initial zoom didn't fix it. Trying to make my own workaround I discovered that this blurring was occurring in the img-tag as wel. I found out that images with a...
View ArticleIonic - Push - dev_push false
Don't really remember... I just tried a few until it worked... See that everything is updated...
View ArticleLoad detail page from anywhere in the app
i want to load the detail page from the trending page but since the detail page is need to seed it from the party page .state('tab.party-detail', {url: '/parties/:id',views: { // tab-parties as a...
View ArticleDownload file on WP8 with the file plugin
Does anyone know how can I make the cordova file plugin work on Windows phone 8? I want to write a file. Now I think my problem is not having the correct path for windows phone 8 and not having the...
View Article