Visual Studio 2015 for Ionic
You can look at this article : http://www.spritehand.com/2015/04/using-ionic-with-visual-studio-tools.html I have managed to do it with this article (using the second method) in the beginning and it...
View ArticleHow to set vibration for local notification using ionic & cordova?
Hi , I was fiddling with this stuff and have some solutions . @praveenjp for the vibration part :Try using cordova vibration plugin that you have used already.and call this vibration code from with...
View ArticleHow to have two versions of app on android phone when debugging
Want to have both a demo version (uses static data) and a real-time version of the same app on android phone when debugging. Have tried changing the WIDGET ID in the config.xml file. When I recompile...
View ArticleExplain Angularjs Controllers
Hi, new to ionic can someone explain how ionic uses Angular to glue the app together. Controllers and State are confusing to me. Any cheat sheets out there to get me up and running quickly? Thanks,Gary
View ArticleIonic 2 and Ionic 1
Ionites: The existing documentation does not say much (unless it is implied) about the integration between Ionic 1 and 2. By integration (there could be a better word) I mean the following: (a) will...
View ArticleProblems with text to speech
hey @jakama, , it worked.. I had to run it in the real phone with your code, thanks a lot
View ArticleExpand and collapse component line the attached , how to do in ionic
expand and collapse component line the attached , to do in ionic expand&collapse.jpg801x132 5.96 KB
View ArticleHow to create a structure of fetched values from nested json and display it?
how to create a structure of fetched values from nested json and display it?
View ArticleIonic and node-sass@3.3.3 is broken
If its the app you're trying to upgrade then the package.json is located in the root folder of your app
View ArticleUncaught TypeError: Cannot read property 'appendChild' of null, Ionic App +...
I'm trying to view Ionic App in Apple iPhone 5 size by using viewport resizer. It worked nicely before I compressed Ionic library files with webpack. But after compressing when I tried to use viewport...
View ArticleWhy “ionic serve” fails?
ionic serve 5.2.0rror: Invalid Version: Le fichier sp�cifi� est introuvable. at new SemVer (C:\Users\ramadan\AppData\Roaming\npm\node_modules\ionic\node_modules\semver\semver.js:295:11) at Range.test...
View ArticleDisplay problem of the image of a post
Hi,I am starting with Ionic and worries. I want to want to create an app that is related to my site designed with WP install wordpress with REST API in the latter. mo problem is lorque I get the list...
View ArticleNav-view=“stage” field in Ionic does not get 'opacity: 1' on android
Im building an ionic app. when I run it on browser, the field [nav-view="stage"] gets 'opacity: 1' that override its initialized 'opacity:0'. But when I run it on an android device, I see white screen...
View ArticlePush notification when app is open
@missile were you able to successfully integrate push notification with Parse?
View ArticlePush notification when app is open
It is possible. But it's a bit tedious process. You have to call Parse REST API '/installations' to register your device. Then you have to do $cordovaPush.register, and in payload specify callback...
View ArticleDisplay problem of the image of a post
joelromuald: <img = ng-if "post.featured_image" What does this mean? Surely you meant to write <img ng-if="post.featured_image" ng-src="{{post._embedded ['http://v2.wp-api.org/attachment'] [0]...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
Don't suppose anyone is able to help?
View Article