Ionic Retention Chart
@andrewoodleyjr wrote: It seems the ionic retention chart doesnt work. I change the dates and fields but it doesnt update the information on the view. -Andre Woodley Jr. Posts: 1 Participants: 1 Read...
View ArticleSync between remote mysql and ionic app sglite
@firaskudsy wrote: hi, i was looking if there is any plugin or script to povide the functionality of db sync between remote mysql tables and ionic app sqlite tables, i already did this before using...
View ArticleUi-sref not firing on first click when using multiple resolves
@strenev wrote: Hello everyone, I have the following state: .state('app.category', { url: '/categories/:categoryId', views: { 'menuContent': { templateUrl: 'templates/category.html', controller:...
View ArticleHow to get selected dropdown list value
@Bobf22 wrote: Hi, I am building my first app as a mobile programmer (I have a Windows C# background). I have a view which has a series of rows with three column items: a label, a pre-populated...
View ArticleBetter than Crosswalk?
@ozexpert wrote: Even on iOS (not even with WKWebView) all UI renders much faster than Android Crosswalk. However, seems ng-show flickers on iOS but not Android with Crosswalk. Is there other...
View ArticleHow to set a value on ionic action sheet buttons
@bwertman wrote: I'm using the $ionicAcionSheet to create multiple buttons with titles based on the object properties returned from my get request. The docs example shows two buttons responding to the...
View ArticleIonic Push and error 102
@Izeau wrote: Hi guys! I’m having Push Notifications issues with Ionic Push. I’ve recently updated my Apple account to an enterprise account (with DUNS and all) and have created new push certificates,...
View ArticleContent not appearing correctly
@polska03 wrote: I have an index page which contains 3 tabs. The problem occurs within all tabs, but I will show here with the Home page. The problem that is occurring is that the some of the top...
View ArticleIonic latest version 1.1.0 or 1.6.4?
@longliveajay wrote: I installed ionic using the following command: npm install -g ionic After navigating to node_modules/ionic folder on my local machine and opening the package.json file, it says...
View ArticleIonic push: no sound
@RWilliams wrote: I have Ionic push notifications working perfectly for Android and almost perfectly for iOS - with the exception that no sound is produced on the arrival of a notification. My code is...
View ArticleA simple navigation framework for ionic does not work with nightly or 1.1.0...
@longliveajay wrote: I have created a simple tabbed + sidebar navigation structure for an ionic app. When I run the app under these versions of ionic, things work fine: <link...
View ArticleAdvice on meta content-Security-Policy with whitelist plugin
@LouisR wrote: Hi I am using those plugins, among others, for my ionic app: cordova-plugin-googleplus cordova-plugin-x-socialsharing phonegap-facebook-plugin can you please advice me on what to put in...
View ArticleDownload PDF file inside an iframe content
@hyderali wrote: I want to download PDF file which is inside an iframe content.The pdf link is like <a href="somepdf.pdf">Download</a> But when I click on PDF link nothing will happen.How...
View ArticleTaking a picture
@hotgeart wrote: Hi, Don't know if it's the right category so let me know. I'm trying to take a photo and after upload on a server. But i'm stuck at the first step. I've this code at the moment:...
View ArticleDisable native sounds
@JelleLCGC wrote: While testing our Ionic app on android (samsung galaxy ace 3 LTE) we noticed that whenever you press a button the device makes a click sound. This doesn't happen on other android...
View ArticleFont random bug on my ionic app
@pascal92i wrote: I have a random font bug on my ionic app. Sometimes the font (Verlag) I use displays right text with accents, sometimes not. I put all font types in my scss file: .eot, .woff, .ttf...
View ArticleAngular ng-src unable to load image from device
@rajamohammed wrote: What im trying to achieve : When the user clicks on a image placeholder the image is downloaded from the server to the device (to a specific location) , the downloaded image path...
View ArticleSwipe to go back problem in Ionic View
@kstorstein wrote: Hello! I have created this simple test app:http://codepen.io/teamenonic/pen/dYKPMO But I can't for the life of me figure out why swipe to go back won't work on my iphone when I...
View ArticleMissing Push Icon with new android:targetSdkVersion
@michaelk_ wrote: I'm trying to integrate push notifications into my ionic app with the ngCordova Push plugin (http://ngcordova.com/docs/plugins/pushNotifications/). When I set my...
View ArticleSample/Demo app : Ionic 1.X with Typescript & ngCordova type bindings bindings
@ksachdeva wrote: Hi, Please find a repo - https://github.com/ksachdeva/ngCordova-typescript-demo that shows how to write an ionic 1.X application using typescript & ngCordova. This is essentially...
View Article