Ionic Developer Position in Barcelona
@Jordiro wrote: Reputed local company in Barcelona that bet for Ionic framework time ago is looking for expertise in Ionic. It is also important to have knowledge in HTML5, Javascript and AngularJS....
View ArticleHow to Edit The Controller JS File inside the WWW Directory While Compiling...
@trainerplus wrote: I want to Change a specific ID Number in Controller JS File inside the WWW Directory while compiling the project. I don't want to do it manually, I write a new ID to the Controller...
View ArticleCordova plugin not available on platform.ready()
@mark_uk wrote: I am using the phonegap-nfc plugin. When I call it in platform->ready() it is not available. The output from adb logcat is: I/chromium(10314): [INFO:CONSOLE(5128)] "Angular 2 is...
View ArticleIonic Push one-time push notifications stopped working even though code...
@stewartmccoy wrote: Yesterday, after following the directions on http://docs.ionic.io/docs/push-from-scratch, I successfully sent many one-time push notifications from the Ionic.io dashboard. I then...
View ArticleUsing tour library with ionic scroll box
@infinityCounter wrote: I have an ionic scrollbox and a help button that on clicking activates a tour instance form the nzTour class. I have been able to change the slidebox to it's subsequent pages...
View ArticleDefault child view won't load (solved)
@goldsounder wrote: UPDATE: After taking an hour break, I found the issue: the ui-sref on the Category screen that I was using to get to the Deck was pointing at the 'deck' state, when it should have...
View ArticleAll cordova plugin undefined on IOS
@pierro wrote: Hi, All my cordova plugins don't work when I test on IOS devices.They all work perfectly on android. I did try to remove the platform and re-add it.I did check that all plugins were in...
View ArticleIonic backdrop retain() won't fire
@infinityCounter wrote: The following code is giving me issues var notifyDummy = function(){ $ionicBackdrop.retain(); var dummyNotification = $ionicPopup.alert({ title: 'blablabla', template:...
View ArticleHow to launch my app from push notification click
@bwertman wrote: I’m using node-gcm to send scheduled push notifications from my server. The push notifications are coming through good. I need some help with how to get the app to launch when the...
View ArticleImage selection according to the device
@Harryinandroid wrote: Hi all, Can anyone please help me understand if the ionic framework selectively picks the image according to the device type.For example in Android we do not specifically see...
View ArticleUglifying fails
@sweden78 wrote: I know I might be little bit ahead of time, but have anyone tried to uglify the app.bundle.js in alpha.54? Been trying gulp-minify({mangle:false}) without problems and it will shrink...
View ArticleAndroid "arrow-forward" not showing up for
@lehresman wrote: When I create a button list-item, on iOS it shows the arrow-forward icon on the right, but on Android it does not. Here's an iOS example: http://cl.ly/3p3j291y1I2rHere's an Android...
View ArticleKeyboard attach and a subheader does not play nicely
@sunde wrote: The problem is simple, in iOS, if I create an app with a header, a subheader, and a footer, then the footer is pushed off screen. Fixing this is simple though, it simple requires me to...
View ArticleIonic 2 + NG2-Charts
@ihadeed wrote: Hello, I was trying to use ng2-charts which is an Angular 2 directive for Charts.js Back when I was using Ionic 1.2 .. I used this directive and it worked completely fine with no...
View ArticleUsing default parameter problem
@kndol wrote: I assign a default value to the function parameter and I cannnot run Ionic app on iOS. like this:fn: function(param1 = 1) { ...}orfunction fn(param1 = 1) { ... } It works well with...
View ArticleHow to play only one audio at a time
@nayha wrote: I am using cordova media plugin in my Controller: $scope.playAudio = function(src) { src = '/android_asset/www/files/' + src; var media = $cordovaMedia.newMedia(src); media.play(); }...
View ArticleGoogle seo for ionic mobile web
@nextmobi wrote: Hi all, I am using ionic for my ecommerce mobile website. I have problem with Google SEO:- Meta tag for page- Html content- Google analytic How I can fix these bugs Thank you so...
View ArticleLaunch Mozilla Firefox In android when i call inapp browser .if mobile does...
@sriteja09 wrote: Hi all, Can some one suggest that how to launch mozila firefox as default in inapp browser .So if mozila firefox in not there in the system(phone) then it automatically need to...
View ArticleImage at data directory not shown
@zhouhaowowtv wrote: I've download a image from server and save to my data directory by cordova-file and cordova-file-transfer plugin. The file downloaded and saved successfully. But it will not shown...
View ArticleUse of Multiple html template in Ionic Framework
@surajhirestorm wrote: I am new in Ionic. I was building an Ionic App just how I would do it in Web. So i build multiple HTML files. I just noticed, that the page loading from one to another HTML file...
View Article