Error: GET http://localhost:8100/build/css/app.ios.css
Hi, Anyone got that error after upgrading to 2.0.0-alpha.42 and ionic@beta? I have the below when executing ionic serve: GET http://localhost:8100/build/css/app.ios.css setupDom @ angular_js.ts:123...
View ArticleAr plugin in ionic
Then remove angular.js from you index.html, problem solved. Correct?
View ArticleFix the ionic app width for web version?
You could set any of the "containers" that are around the content at a fixed with. If everything else fails, you could even try setting width on body.
View ArticleIonic sms link not working
Does {{phone}} get replaced correctly? Can you output the number next to the link?
View ArticleSSL Certs and Android
djett: I have a server that requires an SSL cert. If I import the cert into the Android keystore (the one that is created for release signing), then I can access the server no problem, otherwise I...
View ArticleError 405 when android push notification
What service are you using to send the push notification?
View ArticleHelp, I use cordova-plugin-googlemaps. problem side menu can't click link
Seems the plugin is moving the touch layer above your sidemenu. You should be able to confirm this by using Safari dev tools to look for a div or other element that catches you taps and movements. If...
View ArticleBackand Offline mode
jamesbyrne: new Back& integration Consider providing a link so we know what you are talking about?
View ArticleIonic iOS push notification coming through but won't work if app is closed
What service are you using to send push notifications?Which library are you using to handle push notifications in you app?
View ArticleHow to download or add IONIC 1.2?
Possible call to install 1.2: bower install driftyco/ionic-bower#v1.2.0 --force
View ArticleHelp, I use cordova-plugin-googlemaps. problem side menu can't click link
I think you must use map.setClickable(false) when you open then sidenav and map.setClickable(true) when you close it.
View ArticleStrange navigation problem
Well, I figured it out, was due to a bug in my code around ion-infinite-scroll, just glad I figured it out.
View ArticleIonic hybrid app help guide request
I tried to get feeds from website i tried wordpress it seems it is better than personally implemented website but I don't know is drupal more better than WP or not. actually reading data via json api...
View ArticleAndroid push notification not working
do you mind sharing your code for a working push notification for the android?
View ArticleSliding Layer with Ionic
I haven't tested it together with the item-slide but there is a package of "native transitions" that has slide transition. Which seems to be close to your requirements (even the back transition). Its...
View ArticleIonic 2 with typescript?
I installed and created an Ionic2 project (sidebar template) using the usual commands as given in Ionic2's getting started. I was hoping that Ionic 2 would give me typescript files(.ts), however I got...
View ArticleAndroid app dependent on desktop app
Pls advise how to check the logs on the phone. I already have the whitelist plugin. The thing puzzling me is why the REST API from the phone are routed through the ionic server on the desktop. I am...
View ArticleFailure to build a project
I'm trying to 'get started' with ionic following this:http://ionicframework.com/getting-started/ However, when I execute "ionic build ios" I get the following error: ** BUILD FAILED ** The following...
View ArticleSelect element not open in Windows 10
Thanks for that jdnichollsc. I just noticed version 1.2 released, that now has win 10 support, so thought I'd retry. Unfortunately, it still doesn't work (unless I have ported something correctly) I...
View Article