A mixed HTML5/native UI framework for building hybrid mobile apps.
Questions tagged [supersonic]
39 questions
0
votes
1 answer
How do I integrate Auth0 with my Supersonic (Appgyver) hybrid app?
I'm attempting to build my first hybrid mobile app using Supersonic. I want to use Auth0 to handle the app login feature.
How can I accomplish this?
It seems there could (and should) be a way to do this given Auth0's support for Cordova, Phonegap,…

mycargus
- 2,538
- 3
- 23
- 31
0
votes
1 answer
Supersonic No 'Access-Control-Allow-Origin' header is present on the requested resource
Trying to create my first hybrid application using AppGyver's Supersonic.
It's angular $http request, work good at ios emulator
$http.get('http://localhost:3000/api/get_data').success (data, status) ->
console.log data
but on android i have…

saygon91
- 116
- 5
0
votes
0 answers
Appgyver Supersonic List not full width
Has anybody had the same problem when settting a list div it would display as an inset list instead of a full width list as shown on the website?
...

peipo
- 1
0
votes
1 answer
Get some values in opener Page from the Modal onHide, using Supersonic/Steroids
I´m starting using Supersonic/Steroids. I have a page.html, that opens a Modal Page using
click me
and I need, when the Modal is closed, to return some values and get those values in the…

Ignacio Deluca
- 3
- 2
0
votes
0 answers
Uploaded image on parse.com gives 403 error
I am trying to upload image to parse.com using REST API, and associating to an object as shown in docs
I am getting the fileUrl from phonegap / appgyver-supersonic camera api.
The Image is uploaded successfully and also associated successfully to…

The4thD
- 1
- 1
0
votes
2 answers
$scope push doesn't work angularjs
I have an issue with this code.
In my controller I have this.
$scope.spiagge = [];
var distanza = function(info, posizione) {
var request = {
origin : posizione,
destination : new google.maps.LatLng(info.latitudine,…

Vincenzo
- 3
- 3
0
votes
2 answers
AppGyver Steroids Supersonic Views
I'm trying to get my head around switching views / passing views to another view.
I have an app that is calling in a kimono API, that's all setup with the supersonic background and looks fine. I have 1 string and 2 objects in the API. I have a page…

Cedric
- 3
- 1
- 1
- 5
0
votes
1 answer
using $http in supersonic controller
About to move on from this framework which I don't want to do as it looks great, but facing one headache after another in my early stages.
Currently, my problem is trying to make a $http call from a controller. Here is my current code:
angular
…

crazyhor77
- 155
- 2
- 12
0
votes
3 answers
AppGyver Supersonic navigating between Views and creating duplicates
I'm using AppGyver Steroids and Supersonic to build an app and I'm having some issues navigating between views programmatically.
Based on the docs, you navigate between views like this:
var view_obj = new…

ObiHill
- 11,448
- 20
- 86
- 135