How to run app in background even if it is closed like whatsapp
@georgeMathew wrote: i need to run my app without launching my application like whatapp ,so i can receive message through socket and show count badge. i have tried background mode plugin but it didnt...
View ArticleGeolocation doesn't working in emulator, but in web working fine, how to solve?
@waraujo wrote: .factory('position', function( $rootScope, $cordovaGeolocation ){ console.log('building position') var position = {}; // 1ST / AUTO GEOLOCATION OF USER // displays a popup to indicate...
View ArticleIonic http post delete Header Origin
@SergeyRy wrote: Hello All, I am using Ionic for build app and I try to sent http POST request to server, but server return answer "HTTP/1.1 403 The origin "file://" is not authorized". I found out...
View ArticleI can't do the Update in the Table
@fabiobalsamo wrote: Hi why i can't do the Update in the Table????? Where is my error?? $scope.chiamataUno = function() { var authdata = Base64.encode("DEMVSINT_ADMIN" + ":" + "Password01");...
View ArticleIos-like modal view controller causes document query selectors to fail
@jtmarmon wrote: I have an ionic modal presented by FooController (note that it's a different controller than the one for the modal) like so: $ionicModal.fromTemplateUrl('templates/my-modal.html', {...
View ArticleSelect doesn't work like expected
@brunofcosta wrote: Hello, people. I need some help with a problem that seems to be simple. I have a select, but he always open in modal mod, and I can't change the colors of the options on hover,...
View ArticleCordova-sqlite-storage problems with Ionic 1.1.1 and up
@vpease wrote: I am using PouchDB, Cordova-SQlite-Storage plugin and Ionic 1.1.0 with no problem at all. Working environment:PouchDB: 5.0.0 (tested also with 5.1.0)Cordova-SQLite-storage (0.7.14)Ionic...
View ArticleHow to make muti colomn list
@vandi wrote: hi.so i try to make a multi column list.i try to use css style float or inline-block but still fail.can u guys suggest something, here's what i can get (...
View ArticleShow alert popup n^(th) time the app is opened
@varlisp wrote: I'd like for the user to see a popup the 5th time after the app is opened. I've been able to successfully show a popup automatically, but how would I track the number of times the app...
View ArticleError updating to Ionic Lib 1.2
@brogers4 wrote: I am getting an $injector error after updating the Ionic Lib from 1.0 to 1.2: Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <-...
View ArticleHow to set up the master-detail view in the Ionic Lab starter "Sidemenu"?
@Scannermobs wrote: I'm a command line-phobic designer, using Ionic Lab to learn the basics. I have the starter template "Sidemenu", which is some sort of almost-functioning music app. It mainly shows...
View ArticleTab template with side menus
@mikeheads wrote: Is it possible to do this? I have tried to do so but the messes up. Posts: 2 Participants: 2 Read full topic
View ArticleDoes anyone know any plugin to do A / B test with Ionic / Cordova?
@rodrigo_drds wrote: Does anyone know any plugin to do A / B test with Ionic / Cordova? Posts: 1 Participants: 1 Read full topic
View ArticleOpening modal from popup
@zayyarphone wrote: I am trying to open Modal window from already opened popup. It is relatively straight froward if both popup and modal originated from the same Controller. But in this case, the...
View ArticleBack Button not working from tab to other views
@michelmob wrote: Hi! I'm working in an application that has as main page this tab structure: tab A, tab B, tab C, and my index is < ion-nav-bar class="bar bar-header" align-title="center"> <...
View ArticlePopup with keyboard-attach
@ketoya wrote: Hi, i want to add keyboard-attach to my popup because my popup have a text input and in some device when the keyboard is opened overlap the text input. Any ideas? Posts: 1 Participants:...
View ArticleIonic emulate ios not working after upgrading to El Capitan
@jcschieb01 wrote: After upgrading to El Capitan I can no longer launch the emulator with the ionic command line tools. "ionic emulate ios" appears to do nothing in the terminal. I get neither build...
View ArticleIonic | Check box instead of Tabs button
@abdulaleem_systems wrote: Hi, I want to create tabs layout, but instead of tabs button i want to use checkbox. Please see the below images: If i check Item, below form brings up the item information...
View ArticleHow to select tab when accessing state in different tab?
@jasminpethani wrote: Hi, I have problem in selecting tab, i tried following using $ionicTabsDelegate.select() method but failed.http://ionicframework.com/docs/api/service/$ionicTabsDelegate/ I am...
View ArticleTop header buttons
@coreelements wrote: I have an header : <ion-side-menu-content drag-content="false"> <ion-nav-bar class="bar bar-dark top-header"> <ion-nav-back-button class="button-clear"> <i...
View Article