Ionic list with images
thank you very much AhammadaliPK,i have downloaded node JS and i install ionic framework and now i'm working on the project i'm using angular js with the ionic framework and my objective for now is to...
View ArticleShare button
I used this, works well for me: github.com EddyVerbruggen/SocialSharing-PhoneGap-Plugin/blob/master/README.md # PhoneGap Social Sharing plugin for Android, iOS and Windows Phone by...
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
I'm writing an App that need tcp and upd interface, I used this https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp and this...
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
One more thing... The upd plugin only works on real device, probably for the tcp plugin is the same.
View ArticleHow to save data on localstorage
I've used imgcache.js that is simple and works well also with ionic.
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
Thanks. I can only use TCP for my use case. The TCP library you linked to is the one I'm trying to get working. Did you have to do anything with the CCA command line tool or the manifest.mobile.json...
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
Oh. and I'm testing on a real device as well.
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
I haven't touched manifest file... Are you sure that MY_IP accepts connection on MY_PORT? Maybe you can try with a port scan to check.
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
I was able to connect to MY_IP with the deprecated version ,chrome.socket, passing in 'tcp' as a parameter. Just not using the now supported chrome.socket.tcp that you have linked to.
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
I haven't tried yet, I'll write my results as soon as I finished the tests.Meanwhile you can try a little stupid correction, instead of: chrome.sockets.tcp.create(function(createInfo) { you can try...
View ArticleExit app when press back key on phone
If you want to exit the application when the user confirms they really mean to close it, you can do this by checking to see if there are any views to actually go back to. If there aren't you can alert...
View ArticleLanguage of iOS Cordova projects always English and German
Can you view the image at this link? http://imgur.com/9SjAllH Basically you need to add a localized InfoPlist.strings instance for every language that you want to support. Ours actually each have the...
View ArticleAre Cordova Chrome App(CCA) plugins compatible w/ Cordova/ionic app
That would have been awesome if it had worked. Unfortunately I got the same error. Looking forward to seeing your code.
View ArticleAndroid back button ion-side-menus
The menu-close attribute clears the history. Try replacing it with menu-toggle="left"
View ArticleAccess to image camera or take photo automatically (SOLVED)
Hello, I has found the solution!!! I has used this cordova plugin: https://github.com/mbppower/CordovaCameraPreview Bye!
View ArticleHow to save data on localstorage
You can save images taken with $cordovaCamera to the file system. This article really helped me when I needed to do this: http://devdactic.com/how-to-capture-and-store-images-with-ionic/
View ArticleIonic tabs hidden by nav-bar only in Android
I would check in your $stateProvider.state() section of code. For your tab view state you need to have the following in the configuration to make sure the tab view is going into the right...
View ArticleModal Hide/Close Animation
This is an example from how I made a custom animation, and I think it came from the forum from a while back. It utilizes ngAnimate to add the appropriate css classes that do the actual animation. So...
View Article