Connection refused why?
That is annoying, I am afraid I cannot help. Did you specify the domain in your content security meta tag?
View ArticleConnection refused why?
Just for the sake of debugging can you try adding <access origin="*" /> to your config.xml ?
View ArticleSub Header not showing on Android with Tabs
Ionic 2 Alpha is out. Maybe this will be addressed in v2?
View ArticleRunning service in background when app is not active , is it possible?
boltex: /boltex/PushPlugin.git I have tried this katzer's background plugin to see if i can execute that geolocatin plugin !! But fr some reason that normal katzer plugin's test notification is not...
View ArticleJust can't seem to wrap my head around $scope variables and how they work!
Actually, I have a factory as well for some other data and the same thing happens. It will actually change the value of the data stored in the factory. As for using $rootScope, regardless of the issue...
View ArticleHow to read the Local Storage data of the webview from a cordova plugin?
Not for testing.. I want some data which I am generating the in the JS side in my plugin JAVA code.
View ArticleHow to create custom camera plugin?
Hey I've finished my code containing the image stuff (Cordova camera, cropping, displaying) and uploaded it to my Github repo: https://github.com/leob/ionic-quickstarter There's a controller file...
View ArticleConnection refused why?
my config.xml seems ok: <content src="index.html"/> <plugin name="cordova-plugin-whitelist" spec="1" /> <access origin="*" subdomains="true"/> <allow-intent href="*" />...
View ArticleIonic view app $state.go and ui-sref not working
the easiest way for animated in angular, is using animate.css. But if you want to go further, then you can create your own js animation class, but I can't explain it right now. the better / easier way...
View ArticleConnection refused why?
yes. it is here: <meta http-equiv="Content-Security-Policy" content="default-src 'self' '*' data: gap: https://ssl.gstatic.com; style-src 'self' 'unsafe-inline'; media-src *;script-src 'self'...
View ArticleHow to create custom camera plugin?
Hi leob, Thanks for a job well done . I will try to run it later tonight. Pls note that my machine is Windows . And I use ionic platform add android and ionic build android to run. I hope I won't fall...
View ArticleIonic view app $state.go and ui-sref not working
jajajajajajanothing happens, I understand you!! This way is better for me too! but I want know the other way to think for learn something! thanks very much !!
View ArticleHow to create custom camera plugin?
Cool, hope it works for you. As explained you can set it up so that you don't need Parse.com or Firebase or whatever so then the setup should be minimal for you to be able to try out the image...
View ArticleConnection refused why?
Do you see this error on actual device only or in browser as well?
View ArticleConnection refused why?
So in browser everything is fine? sorry if this is a dumb question, i just want to understand that this is actually CORS issue or something wrong with your http request
View ArticleConnection refused why?
in browser I have just test with ionic serve and everything is ok. Too tested with ionic view and is ok. But when I generated apk and installed on device, I have received this error =/. I am 2 days...
View ArticleConnection refused why?
is this ios device? try ionic prepare ios, and then ionic build ios, and try to deploy again
View ArticleConnection refused why?
If you are connecting to a php file on the server.... You can do this !! I used this in my php file.... if (isset($_SERVER['HTTP_ORIGIN'])) { header("Access-Control-Allow-Origin:...
View Article