Questions tagged [steroids]

Steroids is an app development platform based on PhoneGap.

Steroids is fully backwards compatible with PhoneGap and PhoneGap plugins work directly with Steroids.

Links

154 questions
47
votes
8 answers

EACCES Error with Bower install?

I've read a few answers on StackOverflow & some other sites but none seem to fix the issue I'm having. I'm installing AppGyver Add-ons, via terminal. Getting the following error: BradMacBookPro:SparksInSpain breadadams$ bower install…
Brad Adams
  • 2,066
  • 4
  • 29
  • 38
32
votes
3 answers

Why is npm giving 500 and 503 errors: "registry error parsing json"?

Trying to do npm install steroids -g and running into lots of errors of two types: First: 500 npm ERR! registry error parsing json npm http 500 https://registry.npmjs.org/cardinal npm ERR! registry error parsing json npm http 500…
alnafie
  • 10,558
  • 7
  • 28
  • 45
7
votes
3 answers

Phonegap or steroid.js?

I recently started studying Phonegap when I happen to read about appgyver and steroids.js.The latter seems to be a really easy and fast way to create apps.Now I am confused,should I hop on and give my full focus on learning appgyver or is there an…
Basher51
  • 1,319
  • 1
  • 17
  • 28
4
votes
2 answers

socket.io issues with polling, constant connect / disconnect

So this is part of a larger app, that I was trying to get running with cluster, and socket.io-redis so it would work across multiple nodes and machines if I need to scale in the future. I seem to be getting severe issues with some clients not being…
Horse
  • 3,023
  • 5
  • 38
  • 65
4
votes
1 answer

how to add cordova plugin to steroids app

I'm using cordova-http plugin in a Steroids app. according to manual, I've added plugin in iOS config in steroids could service: [ {"source":"https://github.com/wymsee/cordova-HTTP.git"} ] and also I've added it in config.xml:
Reyraa
  • 4,174
  • 2
  • 28
  • 54
4
votes
1 answer

Appgyver: How to use Ionic Icons or images in super-navbar?

I am trying to use navigation images on left as well right of but it is stated in the official documentation, that only text is supported in super-navbar buttons. But there must be some way around to do this. Below is my code, where I…
atif
  • 1,693
  • 13
  • 38
  • 70
4
votes
1 answer

Phone JS with Steroids js

Would Steroids JS be useful in a Phone JS project? or do they do similar things? Since my project involves there being native UI for each platform the app is on, I thought Phone JS might be a good solution and Phone JS also focuses on better…
Brandon
  • 311
  • 2
  • 16
4
votes
1 answer

Appgyver Steroids, updated object in Web View won't show

I'm developing a HTML5 mobile app with Appgyver Steroids and AngularJs. The app is using a global javascript object to fill with info along the steps and is used by the whole application. Everything was working great until I needed to create a…
0xRLA
  • 3,279
  • 4
  • 30
  • 42
3
votes
0 answers

Steroids+Angular1.3.15 iOS (AppGyver)

I'm trying to implement font scaling in Steroids+Angular1.3.15 (AppGyver) hybrid app. I decided to use $localStorage to store current font size. It all works great on android devices but not on iOS.. Actually in iOS it works for the newly opened…
Wally
  • 61
  • 6
3
votes
0 answers

AppGyver launching iOS simulator gives error XCode is not installed

I am using AppGyver, Steroids Installation has been done and I have successfully created the demo project. I am trying to configure the iOS Simulator for Appgyver so that i can launch my app on simulator using steroids command line and debug the app…
Shashi
  • 1,165
  • 5
  • 20
  • 39
3
votes
1 answer

AngularJS - Attempted to trust a non-string value in a content requiring a string: Context: html

I am loading a bunch of data from a json file, and have used both $http.get and also Restangular to grab it. Whenever I pass this data into the $scope I keep getting this error multiple times: Error: [$sce:itype] Attempted to trust a non-string…
Horse
  • 3,023
  • 5
  • 38
  • 65
3
votes
0 answers

Camera image not showing using Cordova/Phonegap API with getPicture and FILE_URI option

I'm having this issue with FILE_URI similar to the one raised in another post: --> Cordova 2.8.1: camera.getPicture with photolibarary source on ios I've tried using a simple code similar to the example provided in the Cordova docs. HTML: …
MaT
  • 51
  • 6
3
votes
2 answers

npm install - git problems

I am having problems getting the following command to work. I posted to the steroids.js forums, but this seems to be more of a generic git problem. All the repo's with a leading "git@" on the url fail. command npm install steroids -g errors npm…
Kevin Baker
  • 1,187
  • 3
  • 12
  • 22
3
votes
1 answer

Appgyver steroids and Ionic directives

It is not clear to me how to "build" a UI with Appgyver Steroids. It looks like it uses only the CSS side of Ionic to render views, and not the javascript side. This way is not possible to design UI with Ionic angular directives. Am I wrong? So my…
Matteo Piazza
  • 2,462
  • 7
  • 29
  • 38
2
votes
1 answer

Socket.io angularjs client not connected due to CORS error

I recently ported an app over from Ionic framework. My app utilized socket.io, which worked flawlessly in ionic. It does not work properly in steroids / supersonic. I am getting the following when the client tries to connect to my nodejs server…
lilbiscuit
  • 2,109
  • 6
  • 32
  • 53
1
2 3
10 11