Display localstorage value or the username in a page like Welcome Username
@Pajimola wrote: Can i ask some help guys thanks Controllers for login and Home Page.controller('LoginCtrl', function($scope, $state, $location, LoginService) {$scope.form = {}; $scope.login =...
View ArticleGet UNSIGNED application when building an app
@remiprivet wrote: Hi all, My problem is simple : I would like to get the UNSIGNED application when I build it. Instead, I get two files : android-debug.apk and android-debug-unaligned.apk which seem...
View ArticleIonic 1: push notifications not showing up/working?
@andrei_diaconescu wrote: Hello, I followed exactly the documentation, to add push notification to an Android app, from here http://docs.ionic.io/services/push/Things work partially: - this code works...
View ArticleMeteor CLI + Angular 1 + Ionic Cloud
@antoniwan wrote: Hello all! I have a web application written in Meteor and Angular 1 and I recently integrated the Ionic Framework 1 into my application without any issues. However, I'm having some...
View ArticleRedirect without navigation
@sioesi wrote: I'm trying to redirect one of my pages within the app but navigation is still displayed. I editing a data from a controller and displayed on another. I would like to edit the data and...
View ArticleIonic ion-slide-box
@grodrig61 wrote: Hi, I have an ionic-slide-box, and I want when I click, go to a html, with the number of slide I did clik as a parameter. Then I want to show an alert, or something. I would be...
View ArticleWhere to initialize an app?
@diego78 wrote: Hello. I have to initialize some stuff that takes a bit of time.Can it be done behind the scenes when the splashscreen is shown?Where should i do this initialization? Posts: 1...
View ArticleTapstream integration
@slumrig wrote: I'm getting 'No results' on just searching the word 'Tapstream' alone. Anyways, my question is it possible to integrate Tapstream (tapstream.com) with an Ionic project? Their API...
View ArticleI cant get url of image uploaded to firebase storage
@EnFXChile wrote: i am new ionic, the program takes the picture perfectly and sent to firebase . My question is : how can I show the URL of image in the view? i have this controller: I appreciate it...
View ArticleHow to open other page with condition..?
@n0s13 wrote: i have app.js below app.controller('kategoriCtrl', function($scope, dataService) { $scope.listKat = [ {kat: 'math'}, {kat: 'physics'}, {kat: 'English'}, {kat: 'bahasa'}, ]...
View ArticleError in install ionic
@Love9056 wrote: getting an error "ERR CODE 1" How to resolve it and what does it mean Posts: 1 Participants: 1 Read full topic
View ArticleBuild failed with an exception: ionic run android
@jcrump wrote: Running on windowsThe command "ionic run android" fails with gradle errors Had this error before installing ionic (just using cordova), followed through the instructions, nothing seemed...
View ArticleDifference between $ionicView.enter and $ionicView.afterEnter?
@jacklu wrote: What's the difference between $ionicView.enter and $ionicView.afterEnter?From the doc they are the same: The view has fully entered and is now the active view. Posts: 1 Participants: 1...
View ArticleIonic run exit on copy
@badmuts wrote: Hello there, I am having a problem with the ionic run command. It builds just fine but seems to fail when it is copying. It stops at 29%. Cordova CLI: 6.3.1Ionic CLI: 2.0.0Ionic:...
View ArticleSplash screen with background task
@priteshpmehta wrote: Hi all, I have gone through couple of examples for splash screens but didn't find anything which is related to my requirement... My requirement is : when i start the app it...
View Article"Serial number & UUID" cordova-plugin-device
@aarondeveloper wrote: Hello guys,çSo.. i have this issue: I'm using the "cordova-plugin-device" for getting the "serial number" & "uuid" on ionic 1 on my app, to send them to another app through...
View ArticleHow to display text under item-avatar
@Sam20 wrote: Hello, I was wondering if there was a way to display text under item-avatars? Looking in the API docs all text is aligned to the right or left. I've tried messing around with the CSS...
View ArticleIon-nav-view with ui-router is working locally but not remotely
@metalzombiegirl wrote: I am creating an web app with a side menu and content. I can navigate locally and everything works fine. Remotely, the first page displays (login) however after login, the all...
View ArticleCan't find in android project (//build.gradle)
@zgluis wrote: Hello, I'm trying to add Firebase to my android app builded with ionic, the firebase's documentation says: build.gradle de aplicación (//build.gradle):// Add to the bottom of the...
View ArticleSQLite records in JSONP request - how do that?
@codiqa100098546 wrote: Hi, In SQLite I have a table:- settings-- setting-- value Schema:SETTING | VALUEtrybstudiow | abcdgrupa | abcdef services.js: angular.module('myapp').factory('TTJSON',...
View Article