Cordova stopped working?
Resolved.... It just started working again... I uploaded a bunch of old projects and finally one worked.... I deleted everything and uploaded the latest project and it was working again. No idea.
View ArticleWhats the deal with webpack?
Hi,I just moved over from Ionic 1 to 2 and I'm struggling with Webpack.Can someone explain why Ionic has moved from gulp over to webpack as I dont see the advantage I've never used Webpack so I dont...
View ArticleDisplay Problem
Hello, I want to display a list item from a "test.json" file. File content :[{"id":"1","name":"ABC"}, {"id":"2","name":"DEF"}] alert() in service displays: [{"id":"1","name":"ABC"},...
View ArticleHow to put filters into the Sidemenu?
I know this is an old thread, but I haven't found this addressed anywhere else directly. I've been struggling with this as well would love some sample code for how to make a filter work from the side...
View ArticleDisplay Problem
add scope: true to the directive so that it shares the same scope. : app.directive('listItem', function() { return { templateUrl: 'views/directives/listItem.html', restrict : 'E', scope: true } })
View Article$cordovaSplashScreen not hiding on IOS
@coreelements I'm facing the same issue... What do you mean with "an exception with android"? Are you using 3.0.0 or 3.1.0?
View ArticleOpen new window in Ionic sidemenu app without back button
Hi to everyone, i have a big problem. I'm working on a side menu app, and i need to open another view from another view. I tried to use $state.go and $location.go but when i open a window, this window...
View ArticleIon-radio can't read value outside of ion-content
I have here my html: <ion-content> <ion-radio ng-model="termsAgreement" ng-value="'A'">I Agree to the Terms </ion-radio> <ion-radio ng-model="termsAgreement" ng-value="'B'">I...
View Article$cordovaSplashScreen not hiding on IOS
actually .. now using the development version cordova-plugin-splashscreen 3.1.1-dev "Splashscreen" Yeah .. "AutoHideSplashScreen" doesnt work with android, only ios. So I added the delay in the...
View ArticleHow to put filters into the Sidemenu?
I see s3raph's filter example wasn't an example of how to do a filter in the side menu, it was a filter that works when in the content of a page but not in the side menu. @s3raph, please disregard my...
View ArticleDisplay Problem
I added two alert () "SUCCESS A" and "SUCCESS B "it displays first "SUCCESS B" empty.and "SUCCESS A" with [{"id":"1","name":"ABC"}, {"id":"2","name":"DEF"}] var items = []; app.service('itemProvider',...
View ArticleKey hash for Facebook not working?
I created my Key Store from the above command and then retrieved the Key Hash from it by doing; keytool -exportcert -alias my-key -keystore my-key.keystore | openssl sha1 -binary | openssl base64 I...
View ArticleBlock width buttons become full width buttons with combined tabs and panel UI
I've managed to solve this as I realised that the 'padding=true' attribute (used on ion-content directives) simply adds the '.padding' class, which is provided as part of Ionic's default CSS. In which...
View ArticleHow can I change the color to ALL in my app?
That worked. Thank you! But with this approach I would have to go to each page with an <ion-navbar> and add the color. Is there a global way to change them all at once?
View ArticleIonic push device token
I followed the doc for ionic push.But I am unable to get the device token when I work with android push
View ArticleKey hash for Facebook not working?
Sorry, my brain must have been sleeping - I meant to post the command for generating a hash, not the keystore, here's what I use: keytool -exportcert -alias ALIAS_HERE -keystore path/to/mykey.keystore...
View ArticleNeed help with $rootscope and $cordovaNetwork
thank you works great. Do this use the plugin or can i remove it again?
View ArticleNeed help with $rootscope and $cordovaNetwork
@mathiasRobinson No don't remove this plugin .whole working is depend on this plugin
View ArticleHow to access data saved in app folder
I 'download' and access files from the APK using plugins cordova-plugin-file 3.0.0 "File" and cordova-plugin-file-transfer 1.4.0 "File Transfer". As far as I can see you should be able to do the same...
View Article