Problem with buttons added dynamiclly
I ahve side-menu root-template with nav bar and buttons inside , on some pages i whnat to add buttons to it, but when i add buttons in child template root buttons are hidden. What can couse this...
View ArticleController called twice for custom directive inside ion-nav-buttons
Hi psyche, I'don't understand what's wrong in my controller, can You be more specific?
View ArticleController called twice for custom directive inside ion-nav-buttons
Why did You write it as a variable and not rsNotificationModule.controller() ? But honestly I don't think this is the problem... I was just curious Did You try using the link function in the directive?
View ArticleNew app is not showing up in IOS emulator settings
I'm not sure if this is what You need, but configuration for geolocation for the emulated apps through xCode is in Xcode itself: stackoverflow.com how to test geolocation on simulator asked by Frade...
View ArticleIonic list with images
hi,i'm working on a project it is a mobile hybrid application based on ionic framework and angular js ,the name of the application that i want to create is what to cook so this mobile app will provide...
View ArticlePaypal Integration in ionic framework
Thanks much for the replay,I am happy to let you know that the paypal integration is worked fine for me.Cheers to the spectators....
View ArticleController called twice for custom directive inside ion-nav-buttons
Thanks for the advice, I didn't know the link function in directive, I will take a look at that. Anyway I'd like to know if that problem it's for something I got wrong or can be a ionic issue.
View ArticleWant to use old Android Version
Hi I'm planning on creating a new hybrid mobile app using IONIC. Because of the type of app and the region/country where is going to be used I need to generate for older versions of Android, 4.1 for...
View ArticleHow to create custom camera plugin?
Hi leob, How is your index.html according to the sample above? Can you please share yours? Best Regards
View ArticleIonic list with images
Yes, Sure, I can help you.First you need to download NodeJs in your system,You can simply download NodeJs via web or via command prompt,From web you can download as per your system configuration...
View ArticleHow to create custom camera plugin?
The index.html doesn't contain anything special or exciting related to the above code samples.Just a bunch of standard javascript includes for Ionic and cordova.js. What kind of knowledge would you...
View ArticleIos. Tabs icons collapse to left during transition
Hello. I have this weird bug that is difficult to describe. I am already using ios9 patch. This bug happens intermediately when you click some other tab to change location, all icons in the tabs...
View ArticleIonic grid system is not working in android version< 4.4
Hi, I am using Ionic grid system in my app. In android version<4.4 its not showing up.my template is like this: <div class="row color-band"> <div class="col-20 hight-adjust"...
View ArticleCamera windows phone 8.1
It's getting better, now the camera shows up but when ik click the 'take' button you can hear a click and then nothing happens?? the only thing you can do is hit the cancel button.
View ArticleIonic framework - problem using multiple views inside a single tab view
Problem fixed -- changed the dash character ('-') to a dot ('.') in the javascript state declaration of 'views' and everything worked.
View ArticleRecommended Android/IOS file chooser plugin
Well I've done it like this, this should work on Android and on iOS but I've only tested it on Android: function checkFileType(path, fileExt) { return path.match(new RegExp(fileExt + '$', 'i')); }...
View ArticleController called twice for custom directive inside ion-nav-buttons
Go to the angular docs: https://docs.angularjs.org/guide/directive and scroll to:Creating a Directive that Adds Event Listeners I hope that helps
View ArticleLab.ionic.io - link for Windows not working
There is a problem (today: 2015-10-15), the link for the download Windows version of Ionic Lab is not working. bit.ly says: The link you requested has been identified by bitly as being potentially...
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
I have an ionic app that needs to make a TCP socket connection between it and a Wifi access point(no internet just a local access point). The only library I could find for doing this from the client...
View ArticleHow to save data on localstorage
hey guys.... i'm building an app with ionic its kind of my first app i'd like to know how to save images to local storage... ok here is the full issue i would want thumbnails of users profile photos...
View Article