Questions tagged [appgyver]

Company that produces (among other things) Supersonic, a UI framework for building hybrid mobile apps.

Company that produces (among other things) , a UI framework for building hybrid mobile apps. UI framework for building hybrid mobile apps.

Homepage: http://www.appgyver.com

59 questions
5
votes
1 answer

AppGyver and Angular Controllers in Typescript 1.4

I have issues with my angular controllers in AppGyver, since the constructor is never called. I am using the "controller as" syntax from angular, and I don't know if AppGyver is supporting it, since all his documentation is with the "$scope sintax",…
dante_dubon
  • 305
  • 1
  • 6
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
2
votes
1 answer

No response from server when trying to POST via Appgyver/Angular js

I'm relatively new to using Appgyver and I'm having a bit of an issue when trying to connect to a remote server using POST. I'm not sure if the issue is from the server side as the alerts set up on success/failure of posting are not appearing. Here…
Glycho
  • 31
  • 4
1
vote
3 answers

In appgyver, How to change app build target to 8.0 (Android)?

In August 1, Google Play requires new apps to target at least Android 8.0 (API level 26). But in appgyver, I notice the latest available version is 4.5.3. Is there any way to upgrade it? Thanks!
1
vote
3 answers

Dynamically change navbar text

I'm building an hybrid app for iOS and Android, and there is a section where I want to show the day. If you open the app on Tuesday, it will say Tuesday and so on. It is in spanish, so, where it says "Miércoles" it is Wednesday, but I wrote it…
HiGonz
  • 87
  • 9
1
vote
0 answers

Can not install steroids by missing yo

I'm using Mac OS El Capitan. After install yo successfully npm install -g yo Then I install steroids: npm install -g steroids I got error: UNMET PEER DEPENDENCY yo@>=1.0.0 When I check yo version: yo --version 1.7.0 And yo path: which…
Son Tran
  • 1,498
  • 4
  • 18
  • 32
1
vote
1 answer

AppGyver steroids app - How to add scrolling to a Drawer

I implemented a drawer in my steroids application with similar styles as google+ drawer. However, I have several links on it, and when my device is in landscape mode I'm unable to see all the links, and I can't scroll the drawer. I want to be able…
1
vote
0 answers

APNS sending multiple push notifications after reinstall of application

Our push service provider updated their libraries and this seems to have fixed the problem. As far as I understand it had to do with the handling of old tokens. Our Appgyver / Cordova application is receiving multiple push notifications from APNS…
1
vote
0 answers

Appgyver Supersonic $http returns with status 200 but gives data as 404 not found

I'm new to Hybrid application dev, using Appgyver Supersonic I'm trying to make a http request for user to login, below is the code: $http.post({ url: 'http://www.somesite.com/check.login.php', data: $scope.logd, crossDomain: true, cache:…
ashirwadrk
  • 126
  • 4
1
vote
0 answers

FileTransfer is not sending with parameters

I am using Appgyver to try and upload an image to my custom rest server using the built in Cordova FileTransfer plugin. (ON ANDROID) Pretty much this is all of my code for trying to upload an image to a REST API. I can get the image and display it…
comu
  • 921
  • 1
  • 11
  • 29
1
vote
1 answer

How to use Drawers and Tabs after initialView in SuperSonic

I'm using Appgyver & Supersonic. This app is Login Only, no content before login My initial view is a login page. Once authorized I replace view stack with the Dashboard. var view = new supersonic.ui.View('dashboard#index'); …
Theodore Enderby
  • 622
  • 1
  • 6
  • 19
1
vote
0 answers

Getting AppGyver scanner to work in second PC emulator

I have two machines. A) Ubuntu ; B ) Windows I'm running steroids on system A and running genymotion with Google Services and AppGyver scanner. When connecting to A from B I get "Error, please check that your network connection is working and try…
Theodore Enderby
  • 622
  • 1
  • 6
  • 19
1
vote
0 answers

velocity animations not working in appgyver framework

Velocity js is not working in my appgyver app in android, what should I do? I have included nececcery things but still no point, is it even possible to work with velocity animations in cross platfrom applications build with appgyver?