How to login and register user by using services in angular js ionic app
@andy87 wrote: angular.module('starter.controllers', []) .service('detailService', function() { this.itemName; this.itemface; this.itemdescription; this.itemlastText;}) .controller('AppCtrl',...
View ArticleTransform: translate(0,0); not working on ionic in Google Chrome?
@Natthakorn wrote: I create HTML File for test like this <html><head> <style> .wrapper{ transform: translate(0,0); } .container{ height: 600px; background-repeat: no-repeat;...
View ArticleHow to create registrations and login form in angular js for ionic
@andy87 wrote: I am a newbie developing app with ionic can some please point me to a tutorial that will teach me how to create registrations and login form in angular js for ionic app and how to...
View ArticleKeyboard-attach when having footer and sub-footer
@raburafe wrote: Hi, In my application, I've in the same view footer and sub-footer, in the footer I've input text, I find that keyboard-attach fixing the problem of disappearing the footer, but when...
View ArticleCLI command issues just after installing ionic lab
@vahidvdn wrote: Hi. Before installing ionic-lab everything was working right. But after installing it, I got this error in cmd for serving the app ionic $ An uncaught exception occurred and has been...
View ArticleLogin authentication does not work on iOS emulator
@shotbyabel wrote: I am curious if anyone here has run across this issue? I went to great lengths to get my user's login working and secure.. It works great in the browser BUT I just fired up my app...
View ArticleDisable animation for nav bar
@danp wrote: My app has a static header. Meaning it remains the same in all views.The problem is that when I use the <ion-nav-bar> directive the header is animated every time the view changes.On...
View ArticleHow to update SQLite on the backgroud?
@junerockwell wrote: Is there a technique, formula, or template to update data in SQLite in the background? By updating SQLite in the background, will it cause Memory problems? Will the app freeze?...
View ArticleCustom modal that contains a gallery
@junerockwell wrote: Is it possible to use the current $ionicModal to look like the one on this picture? Or there's a better way to do it? Screenshot_2015-12-08-13-06-47.png480x854 88.1 KB So in the...
View ArticleHow to show an Ionic app on a website?
@ln206 wrote: Let's say I have an Ionic app built, I also have my own website. I want to embed my Ionic app to my website, so user don't have to download Ionic View or download the app from...
View ArticleSwitch channel in ionic view app
@anhvult911 wrote: **How can i switch channel in ionic view app ? **I have production and dev channel on ionic but when i open ionic view app, it always pull data from production channel. How can i...
View ArticleClick Svg Problem on Windows 10 UWP ionic app
@minqidev wrote: Hi, I found a problem (may be a bug but just only happens on windows platform ionic app) on my windows 10 uwp project. <svg ng-click="click()" xmlns="http://www.w3.org/2000/svg"...
View ArticleError when i start new project - Unable to save ionic data
@LucasES wrote: Hi guys,My OS is Windows 10 Pro and i try install ionic, but i receive many errors:I installed git and node as administrator.I already configured the Ant, ANDROID_HOME, JAVA_HOME and...
View ArticleIonic windows
@AhammadaliPK wrote: Hi, AllI have managed to create an ionic application that runs on android successfully, Now I am in need to create a windows phone version of the same app , So could anyone please...
View ArticleResponse 0 only on Device
@arnold_ra wrote: Response 0 only on Device but with Ionic View, emulator,etc, I don't have any problem Posts: 2 Participants: 2 Read full topic
View ArticlePush delivered but notification does not show
@gaurav0 wrote: I am not sure what I am doing wrong but I am certain this is a small silly mistake I have made. I am using the push plugin from ngCordova. I am able to retrieve the plugin and then...
View ArticleCan I have my own server/cdn to deliver updates?
@davyzhang wrote: It is amazing that ionic team works on new ionic.Delpy() feature. But I believe internet delivery of updates through aws cloudfront could be a problem for some parts of the world due...
View ArticleMy $timeout makes diffrent $timeouts
@mathiasRobinson wrote: Hello, for my app i use some $timeouts for when to send the GPS data to my server. how ever the time is diffrent every time. if (geoLocationFound > 12) { $timeout(function...
View ArticleHelp, I use cordova-plugin-googlemaps. problem side menu can't click link
@maxasus123 wrote: Help me plz, I use cordova-plugin-googlemaps. problem side menu can't click link. (ionic)I upload on youtube: ionic Info Cordova CLI: 5.0.0Gulp version: CLI version 3.8.11Gulp...
View ArticleHow to download or add IONIC 1.2?
@najuru_deen wrote: IONIC 1.2 was announced yesterday (http://blog.ionic.io/announcing-ionic-1-2/) How to download or add IONIC 1.2 into my project? Posts: 3 Participants: 2 Read full topic
View Article