Convert string in datetime "dd/MM/yyyy"
@fabiobalsamo wrote: Hi, how can i convert this string "2015/10/28" (from JSON "DV_EINDT_ODA":"2015/10/28")into a date dd/MM/yyyyI'll try in html this....{{callU.DV_EINDT_ODA | date :"dd/MM/yyyy"}}but...
View ArticleCodepen Code implementation
@iamalisajid wrote: I want to add the following code in my first ionic app, now I cannot understand there where do I copy the codes, I tried copying in app.js but my app crashes. Kindly mention all...
View ArticleHelp with wikitude and ionic
@bismarckpm wrote: Does anyone have a basic sample project . ? I'm having a lot of problems with setting up a database environment with wikitude plugin. Posts: 1 Participants: 1 Read full topic
View ArticleHow to prevent navigating by IF?
@ruslan_z wrote: app.config(function($stateProvider, $urlRouterProvider) { $stateProvider .state('home', { url: '/home', templateUrl: 'templates/home.html' }) .state('index', { url: '/login',...
View ArticleComponent select not working in iOS9 simulator
@eduardonunesp wrote: Component Select (http://ionicframework.com/docs/components/#select) not working in latest iOS9, it appear for tiny second and then disappear. Posts: 1 Participants: 1 Read full...
View ArticleIonic translation effect on device memory and performance
@goldner wrote: Hi everybody,I want to switch my cordova app to work with this awesome frameworkin order for that to happen it need to support multiple languages.it has quite a lot text in it. 1.i...
View ArticleAngular Animations (ngAnimate) not working for Ionic v1.2.4 (angular v1.4.3)
@jlstr wrote: Hello there! I recently had to upgrade my Ionic app's version [as I migrated to a different machine], everything worked well and as expected in the app with the exception of animations....
View ArticleWhatsapp Intent doesn't work
@xVishera wrote: Hello! I'm building my first hybrid app with Ionic, but I'm getting some problems here! I'm trying to implemente a href call to WhatsApp (on android) like this. <a class="button...
View ArticleHow send gcm message with $http
@mapeveri wrote: Hi everyone, i have that send message gcm from my application, but this code not work. Any idea?. var msg = { 'message': 'here is a message. message', 'title': 'This is a title....
View ArticleCompressing images uploaded via camera/gallery before uploading to server
@ayushbathwal wrote: Hi Everyone! I am trying to look for a plugin or a way to compress images (from camera or gallery) like watsapp does before uploading it to our server because pictures from phones...
View ArticleTransparent WebView in iOS
@iarry wrote: I'm using this cordova plugin which adds a view to the VC's view. It works as expected when the new view is on top of the WebView, but I need it to be under the WebView so I can add an...
View ArticleWhat is the best plugin for Badge increasing by notification when the app is...
@Taehwa wrote: I have been trying and failing for many days to complete 'Badge increasing by notification' I started with this.http://docs.ionic.io/docs/push-from-scratch Push woking. But not 'Badge...
View ArticleCreating user profiles with edit, delete and save
@jesst446 wrote: Hi please can you tell me how I can implement and code a user profile after logging in using firebase. I want the user to be able to add, edit or delete personal information and for...
View ArticleSoft keys in Android obscure the bottom of ion-content
@sdhull wrote: ionic.version "1.2.4-nightly-1917" window.device.cordova "4.1.1" After opening the soft keyboard and then closing it again, the bottom of the ion-content is obscured by Android soft...
View ArticleHow to remove the scrollbar in ionicModal
@formalin14 wrote: hi all, I get scrollbar in ionicModal all the time, in Chrome. Here is my code: <ion-modal-view> <ion-header-bar> <h1 class="title">登录</h1>...
View ArticleIonic.Platform.fullScreen() breaks scrolling in Android after keyboard is...
@sdhull wrote: Sorry about the lengthy title. Running latest ionic (1.2.4), I spun up an example repo because it's too hard to explain what's going on without something to refer to. So check out the...
View ArticleHow to make a timer that only times when screen is on?
@lingading97 wrote: I am trying to make a timer that only times when the screen is turned on (user does not have to be in the app for the timer to time though). How would I go about doing this? Posts:...
View ArticleIonic Upload on iOS and Android
@sreevanisudheer wrote: I am working on Mac and able to run Ionic upload to get the app to see on Ionic View on iPad, but not on my Android Phone.? What am i doing wrong.On Android when i launch the...
View ArticleSpeech to text plugin
@nuruddinba691 wrote: I need to use speech to text in ionic application and support English and Arabic language anyone has any idea about that?? and thanks a lot Posts: 1 Participants: 1 Read full topic
View ArticleAndroid Build failed - Ionic / Cordova - Unable to add asset file - file...
@Naxmeify wrote: Got this error: Unable to add...
View Article