Search and select fields . Get the data from database
@Itamar8 wrote: Hey everyone !I'm working on app . My goal is to create a list and each field should be search field .when user search i want it to open a small list (limit the result because its big...
View ArticleSearch input in header bar
@mavillar wrote: I do not understand why the input text is slightly offset to bottom when rendered in IOS simulator and in Browser is positioned right. The code is very simple: <ion-nav-title>...
View ArticleDefine app min width
@alexfradiani wrote: Hi. I would like the app to have a minimum of pixels, and if the device/browser viewport goes below that minimum then scrolling should happen instead of shrinking/repositioning of...
View ArticleRemove default cordova icon from app
@newtonanbarasu wrote: Hi all , After installing app in android phone ,this cordova image is splashing before app start , anyone have an idea how to remove this ??? 1.png540x960 73.8 KB Posts: 2...
View ArticleShow JS error while building app
@lagkls wrote: Hi there, How do I see the JS syntax errors while building the app? I know there are a few JS errors like missing semi colon, etc but build is not showing those errors. However when I...
View ArticleNewbie alert
@joserojas wrote: Hi, just starting with Ionic. I have two simple (and newbie) questions... Which version should i learn? Ionic 1 or Ionic 2? Ionic use Angular, but, Angular 1 or Angular 2? That...
View ArticlePause-resume period
@sophian wrote: when my app receive a "resume" event i want to take different actions based on how long the app was paused.ie: more than 5mn reload all the data. less then reload the current view....
View ArticleIonic range color theme is not working
@gunjangarge wrote: Applying colour theme to range input is not working . Do I need to add custom CSS in addition to below? <div class="item range"> <i class="icon...
View ArticleGet json return value from the site opened in Cordova Inapp browser
@sridhar_gk wrote: i have installed cordova inapp browser in my application,with the help of inapp browser i need to get the return value that has been from the opened website. Work Flow detail:1. On...
View ArticleDetection of screenshot in background
@tenfourdigital wrote: Appreciate your help in advance! I would like to create an Android/iOS Ionic app that runs in the background and detects when a system screenshot is taken, eg. (Home button +...
View ArticleError when trying to using firebase
@Sujith008 wrote: var ref = new Firebase("https://MY-APP.firebaseio.com/");ref.auth().createUserWithEmailAndPassword(email, password).catch(function(error) { // Handle Errors here. var errorCode =...
View ArticleHow to detect gestures inside an iframe using ionic on-touch or $ionicGesture?
@rdiamond wrote: I have an iframe in my app. How can I detect gestures inside the iframe? I can detect gestures on the borders of content that contains the iframe using "ion-content scroll="true"...
View ArticleIonic Pdf Viewer with zoom in out Search and pinch effect
@goutamm960 wrote: Can anyone help with Ionic Pdf Viewer with pinch zoom in out Search effect..I have tried various solutions in the internet but none worked fine Posts: 1 Participants: 1 Read full...
View ArticleUsing local Flask API with Ionic app
@mritchie712 wrote: I have a local Flask API at http://0.0.0.0:8000/, when I hit it from my ionic app that is loaded to http://localhost:8100/ via ionic serve everything works fine, but when I run the...
View ArticleIon-nav-view not transitioning to any template
@HerculesDev wrote: Hi guys. I am having some serious trouble making my ion-nav-view work. As far as im concerned it is probably a configuration error but after reading countless blogs and forums I...
View ArticleTabs App nested routing working strange
@naruionic wrote: Created Nested routing forTabs App. Tabs : Home Task Status In home I want New Task to be loaded. After following the routing instructions, below is what I am experiencing. Load the...
View ArticleShared variables in two different html
@grodrig61 wrote: Hi, I have two html, login and home, each with its controller. The login.html is loaded first, which use two variables, email and password. How do I share with the home.html? In...
View ArticleHow to add action button to your push notification request
@chetankabra8 wrote: bellow is my notification message which i am sending to ionic push server var notification = { "tokens": tokens, "profile": "nisu", "notification": { "title": "Drive Reques ",...
View ArticleMy $cordovaDialogs.alert is not working in my browser
@Pajimola wrote: .controller('LoginCtrl', function($scope, $state, $rootScope, $cordovaDialogs, LoginService){ $scope.form = {}; $scope.submit = function(){ // TODO: Add some native loading...
View ArticleUsing Cookies
@nooreo92 wrote: I am trying to user cookies but I get the following error. ionic.bundle.js:25642 Error: [$injector:unpr] Unknown provider: UserServiceProvider <- UserService <-...
View Article