Sqlite does not work when compile to real android device
@sandiramadhan wrote: Hey everyone, i'm new in ionic framework I created simple app using ionic and sqlite for local storage, when i'm running on browser its work fine, but after i compile it to real...
View ArticleUSER ENDPOINTS API - deleting a user
@Amisha3one5 wrote: Hi, as part of my app when users sign up they are added to ionic using Ionic.Auth.signup(). I've got the sign up and login stuff to work. when users reset the password - I have my...
View ArticleRun ios -l -c --device inconsitant performance
@brusinow wrote: Hey everyone, I've been experiencing very inconsistent perfomance when trying to run on a usb-connected device with live reload function. Sometimes it works as expected, but more...
View ArticleHow to trigger a double tap on an input in Ionic framework?
@Hitman666 wrote: When you double click an input field the Paste option appears. This is expected behavior if you have something in your clipboard. However, I would like to enable the scenario where...
View ArticleFetching Thumbnails for wordpress post in ionic hybrid app
@cheeze_12 wrote: I've followed the guide from here and successfully created a working basic app. However, when fetching posts, it didn't include the featured image or thumbnail. How to i fetch along...
View ArticleAds in lists (list ads)
@LouisR wrote: Hi is it possible to display list ads (ads in listings) with ionic and Admob ? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleIonic-bundle.js - onDragX > e.gesture.srcEvent.preventDefault(); constantly...
@rolinger wrote: Hi Ionic team. We need your eyes on this. We are getting constant warning errors:Ignored attempt to cancel a touchstart event with cancelable=false, Which appear to be fixed if we...
View ArticleListening to data change on service
@markandrewkato wrote: How can I listen to a change in my variable inside my service so that i can sync it on all of my controllers. I tried using: Controller: $scope.$watch(Room.all(), function...
View ArticlePlacing code to make slides work
@aduca wrote: Hello. I am new the computer programming and have done a bit of jQuery before but not much. I am trying to get a hold of the whole angularjs thing but I am a little confused. I was...
View ArticlePublishing application for windows store
@Pentaxial wrote: Hello everybody, I wonder if you can publish applications on the store windows and if so if anyone know of any tutorial that works because I have not found any. Posts: 1...
View ArticleCan only send push notifications to tokens / push dashboard segmenting broken
@webjunto wrote: I am only able to send push notifications to tokens via "tokens" field in the POST request. When checking message status for pushes sent to "user_ids" or "emails", the response has...
View ArticleGeolocation not possible due to "Only secure origins are allowed (see:...
@code_poet wrote: Hi everyone, I'm creating an app that needs to access the GPS location of the user on some occasions. I followed this tutorial, including the meta tag and permissions, but still get...
View Article$cordovaFile checkFile() to see if a file that's in the www folder exists?
@junerockwell wrote: I've placed a folder called kml inside the www folder of my Ionic project. I want to see if a file exists in that folder but I'm not sure which path I should use. Currently, I've...
View ArticleChart.js running on browser and emulate but not on device
@fillah wrote: Hey Guys. I've had some issues using Chart.js but the way i came up fixing it was by making my own custom directive with the following code in for a pie chart: var data = { labels:...
View ArticleWhat port firewall need to open when receive request from mobile device
@kuzun9x wrote: Hey guys,I am doing push notification for my ionic app, but my server has firewall. I wonder What port firewall need to open when receiver request from device?Thanks! Posts: 1...
View ArticleCreate image thumbnail
@hovokhc wrote: How can i create an image thumbnail from ngCordova image-picker and camera? Posts: 3 Participants: 3 Read full topic
View ArticleIonic BackButton
@anicacute09 wrote: Hi guys, I am having a problem with my splashscreen... It is showing only for the first run so i decided to override the back button and exit the app using this code:...
View ArticleFile Upload using file input with Ionic (Selection of file using Native File...
@jeson_114 wrote: stackoverflow.com File Upload using file input with Ionic (Selection of file using Native File Browser ) asked by Jeson Dias on 07:06AM - 27 Jul 16 android, angularjs, html5, cordova...
View ArticleAdd Cordova Social Sharing plugin in controller.js or app.js?
@brody182 wrote: I want to add Cordova Social Sharing plugin to my app and using the sample code form here in app.js http://ngcordova.com/docs/plugins/socialSharing/ it currently does not work... What...
View ArticleDifference between Ionic Package and Ionic Build - PushNotification
@totoni wrote: Hi!I am using cordovaPushV5 and when I build my app with $ ionic build android and copy/install on my device everything works fine.But when I use $ ionic package build android --release...
View Article