Ionic Grid Center Align
<div class="row padding" style='font-size:12px' > <div class="col" style="text-align: center;"> <span class="wrapword">Easy Jet</span> </div> <div class="col"...
View ArticleSlow on Android 5 and up
I meant Crosswalk:) http://blog.ionic.io/crosswalk-comes-to-ionic/
View ArticleIonic + Express 4
My angular project ist running on port 8100 and the Express 4 server uses port 8080.How to make cross-domain access possible? I added the following lines to my server.js (Express 4):...
View ArticleIon-input hover css diffuculties
I'm having trouble with some hover styling I'm trying to do. It works perfectly fine on 'real' input events from touch-events. The problem I'm having is when input is controlled from the software...
View ArticleSide menu template load page with Javascript
I've created an app based on the side menu template and I'm trying to load a page programmatically. When I do so it has a back arrow in the header where the nav button should be. How do I load the...
View ArticleIphone App Development using ionic on Windows
how to setup ionic to develop ios apps using windows machine. help me setup ios sdk to build ios app and to publish it to Apple store.
View ArticleIssue with $ionicSideMenuDelegate.$getByHandle() when multiple menus are present
+1 - having the same issue on latest (1.2.1) - the proposed $timeout solution recommended from the console does not resolve the issue. In addition I've tried to get a handle with an ng-click after the...
View ArticleCant load iframe on phone
My app would work on emulation and device with Xcode, and ionic view, but not with ionic emulation or device run. Then I added <allow-navigation href="*"/> to config.xml and it worked on all...
View ArticleIonic 2 & ionic-platform-web-client
Thanks to the solution provided at https://forum.ionicframework.com/t/push-notifications-with-ionic2/40269/7 made it work.
View ArticleProblem Detecting Radio Button Change Event in Ionic 2
What is the proper way to detect a change on a radio button in Ionic 2? The template looks like this: <ion-list radio-group (change)="saveSettings();" [(ngModel)]="units"> <ion-item>...
View ArticleIonic 2 + Firebase?
How can I use firebaseArray and firebaseObject in ionic 2? I have my auth working but have no idea how to convert my arrays and objects from ionic 1.
View Article"You may not have the required environment or OS to build this app"
Few ideas.. Try to take off the "bin" in the Java PATH portion - just point to the JDK folder Also, try adding a JAVA_HOME environment variable...
View ArticleiOS $http json Memory Leak
Hi everyone, I have an issue with the $http service, not only related to ionic.Everytime I make an Ajax call to a server to retrieve some JSON data. The memory on iOS increase (you can see it with...
View ArticleAndroid hardware back button
The cordova tsd doesn't include the toast plugin tsd, at the end i added manually to the tsd.d.ts an interface to Plugins in order to add the toast plugin.
View ArticleCustom Card List - Dynamic Thumb + Animation
Hello, Has anyone skills to help me on this couple of issues with Card List? 1) Dynamic Thumbnail: In the place of the thumb image I need to add a dynamic circular percentage graph (similar to this...
View ArticleWeird looking of blank template
Device Android Version: 4.4.4 Just wonder if I need to download Android 4.4 (API20) in SDK Manager as well? Only Android 6.00 (API23) is installed at this moment. > ionic infoYour system...
View ArticleHave a way to combine ion-radio with ion-option-button
its possible? have a way to do this? <ion-radio ng-model="choice" ng-value="'A'"> <ion-item class="item item-icon-left"> <i class="icon ion-ios-location endereco-destaque"...
View Article