How to transfer Ionic App ownership to the client? (the project is not complete)
@soho7646 wrote: I need to give the project (95% done) to the paying client. They want to keep the App as is for now with the ability to continue using it through Ionic View. Posts: 1 Participants: 1...
View ArticleHow can I set up a login page that leads to the tabbed view in Ionic 2?
@brandonarvanaghi wrote: Currenty, in my app.htmlfile, I have: <ion-tabs> <ion-tab [root]="tab1Root" tabTitle="Tab1" tabIcon="time"></ion-tab> <ion-tab [root]="tab2Root"...
View ArticleCode review and update list in real time
@a_mohamed80 wrote: Hi all I am trying to create prototype "prove of concept" for my team member.I created app to track position of user when they click "get my start location" and start watching...
View ArticleElastic Header on Slide
@Larc wrote: Hi everybody, i used Elastic Header refence: http://www.joshmorony.com/how-to-create-a-directive-in-ionic-2-parallax-header/ . But, how add the same effect on slide ionic? Posts: 1...
View ArticleIonic v2 Cordova Visual Studio 2015 Sample
@dj_alik wrote: Hi.I am created sample for Visual Studio 2015 Cordova and Typescript ProjectYou can get it from here:https://github.com/aliklev/IonicV2-Vs2015-Sample Posts: 1 Participants: 1 Read full...
View ArticleIonic emoji keyboard use in chat app?
@muhammad_asif wrote: I make a ionic chat application like whatsapp.i discuss about some issue ionic chat page how i use emoji keyboard access via button and when i onTap chat thread how to show...
View ArticleHow show data in a view from 2 tables
@fabiobalsamo wrote: Hi everybody, i have a big problem, How show data in a view from 2 tables??? Please help me!!! Posts: 1 Participants: 1 Read full topic
View ArticleProblems with Invalid Device Tokens
@Bites wrote: Hi all, I'm currently trying to integrate the Ionic Push service in my app. So far I've managed to set up the ionic api calls and token registration just fine, but Ionic keeps returning...
View ArticleIonic And Mysql Login System
@Ckpk wrote: Hi Guys, I am quite new to ionic and would like to learn by creating a login system, but it can't log me in and bring me to next page, i am not sure whats wrong, hope you guys can give...
View ArticleHow convert XML input file to json
@AishApp wrote: In my app, i want to get the xml file as input with http request and convert it to json. vice versa as well. X2jS helped me in achieving this in ionic 1. But i am not getting it worked...
View Article$rootScope not working?
@IonBruno wrote: .controller('AppCtrl', function($scope, $rootScope, $ionicLoading) { $rootScope.colorg = 'blue'; }) .controller('CategoriasCtrl', function($scope, Categorias, $ionicLoading,...
View ArticleAndroid scrollbar bug?
@noda wrote: Hello, I just have setup a basic side menu app from the template, and have a strange issue only on Android: there is content overflow which cause a scrollbar and obsiously enable...
View ArticleRelease Memory after leave view
@pjusto wrote: If I'm entering in a view with a list with 200000 items, memory increases to 750MB and after leaving view that memory isn't released. That is a huge problem!What should I do to release...
View ArticleBlack color background displayed when opening Keyboard throughout the...
@hemantha_ss wrote: Black color background displayed when opening Keyboard throughout the application. Steps to reproduce:1.Go to Login screen or any enterable screen.2.Tap on the enterable field,...
View ArticleIn iPad: White blank screen is displayed for fraction of seconds while...
@hemantha_ss wrote: Please suggests me if any work around for this, app should not display white screen while launching? iPad | Splash screen | White blank screen is displayed for fraction of seconds...
View ArticleProblem with iOS debug and emulator
@Pasinetti wrote: when I try to launch the debugging of my project , I get this error , anyone can help me ? ** BUILD SUCCEEDED ** No target specified for emulator. Deploying to iPhone-6 simulator An...
View ArticleIonic reverse to init state after build
@Baklizki wrote: Hi there,i have a strange behaviour of Ionic and it annoys me because i dont know why it is like that. When i run in the shell "ionic build android" and "ionic run android", ionic...
View ArticleAndroid SQlite Problem
@Baklizki wrote: Hi there,im trying to implement $cordovaSQLite and open the database. Unfortunately it won't work (sayed it cannot open the database). My code:var login = angular.module("login",...
View ArticleAnimated Icon (Not )
@ZephDavies wrote: Is there a way to animate an icon <i class="icon ion-load-d"></i> I.E. is there specifically a 'class' for a spinner, as ion-load-d is static. Note: I know about...
View ArticleOutput event in components not working
@rodrigoreal wrote: Well, im trying to have an output event with my components, but i cant put it to work. Here is the essencial part of my code: rune-simulator.ts: @Component({ templateUrl:...
View Article