Questions tagged [supersonic]

A mixed HTML5/native UI framework for building hybrid mobile apps.

39 questions
0
votes
1 answer

AppGyver sharing data across views in a MPA

I have a search form that is being used to query a database. I'm able to get the data returned so I can display it on the same view that it's being queried from, but I'd like to display the data on a results page, and then be able to display a…
TeeFort
  • 3
  • 2
0
votes
1 answer

AppGyver android show captured Image Issue

I need to show captured image in my ApGyver steroids app. I capture the image and then try to set the src in my image. But it gives me error of No local resource allowed: I'm capturing the image this way: var options = { …
Bilal Akmal
  • 31
  • 1
  • 2
  • 4
0
votes
1 answer

differences between appgyver Steroids and appgyver Supersonic

I am looking for some differences between the steroids and supersonic. I read that supersonic is based on steroids but I can't find more big differences. Both support some cloud tooling. If supersonic is kind of "better Steroids", will Steroids…
Tukkan
  • 1,574
  • 2
  • 18
  • 33
0
votes
0 answers

Angular dependency missing from git

We'r developing an app in Steroids Supersonic framework (Based on Angular designed for Native apps). The team before us added following two dependencies which giving problems when we try to install all the dependencies using…
Bilal Akmal
  • 31
  • 1
  • 2
  • 4
0
votes
1 answer

Why wont Appgyver add all the necessary JS files?

I'm developing an app using Supersonic & Appgyver. I generated two new modules[ oAuth & default ]and deleted "example" from a fresh default steroids applicaiton. I created a factory in the oAuth and I'm trying to call it in the default module. Now!…
Theodore Enderby
  • 622
  • 1
  • 6
  • 19
0
votes
0 answers

Appgyver Steroids js Navbar update clashing with boilerplate angular method

I am writing a single page appgyver js application. When the application loads up (ondeviceready) it checks to see if a user is logged in via js and if so it fires a js method (Method 1). The js method does a few things, the last of which is to…
user714852
  • 2,054
  • 4
  • 30
  • 52
0
votes
1 answer

Switch view supersonic

I'm developing cross-platform application that uses supersonic. However, I believe I have a problem with understanding how supersonic manages views internally. First of all I don't want to use native navigation bar because it does not support images…
0
votes
2 answers

"Test failed: Error: Origin is not allowed by Access-Control-Allow-Origin" in Composer - Appgyver

I am creating an App in Appgyver Composer. I have a PHP file which perfect and gives appropriate response when triggered. I tried making this a service by putting appropriate credentials. However, the test returned the following error : "Test…
0
votes
0 answers

Debugging random crashes on AppGyver steroids/supersonic

I have developed a single-page app on the appgyver steroids platform. For some reason, the app frequently crashes on iPhone 6 and the iPhone 6 plus. It does crash sometimes on the iPhone 5s. These crashes are quite random. I have built a custom…
kapeels
  • 1,692
  • 4
  • 30
  • 52
0
votes
1 answer

Login and Session Management for Appgyver Supersonic

I just started using Appgyver's Platform: Supersonic and Composer. I have set my login screen and what it does is upon confirmation that the user is indeed a user, it redirects it to another page. I used supersonic.ui.initialView.dismiss() to…
0
votes
1 answer

Open another application with angularjs Android

Is there a way to open another application with angularJs on steroids? I wanna open the default gps navigator of the system passing it the latitude and the longitude of the starting and the destination location from my own application.
0
votes
1 answer

Load view in background based on data from initial login view

This is not my actual use case, but I am trying to understand the concept of how to load a view based on the information another view has using appgyver supersonic framework. I have 3 pages, Login.html, MainPage.html, and Load.html. Each of them…
user2924127
  • 6,034
  • 16
  • 78
  • 136
0
votes
1 answer

Angular Error - Can't interpolate: (device.osVersion) Android 4.0.3

So I am running the Supersonic demo template on my Android phone, and I keep getting this error that is preventing the app from loading the page: Can't interpolate: {{device.osVersion | strReplace:'_':'.'}} TypeError: Cannot read property…
Oscar
  • 150
  • 6
0
votes
1 answer

Steroids/Supersonic with Parse handling data relationships

I ma developing an app with Steroids/Supersonic using Parse as back-end and I am struggling to make object relationships work. Here an example. I have one class Course and one class Teacher with a one to one relationship (each Course one Teacher).…
Damiano
  • 11
  • 2
0
votes
1 answer

Changing super-navbar-buttons titles

New to AngularJS in Supersonic/Steroids/Appgyver I know this is not working, but are there some variants that would work: {{ titleButtonLeft }} {{…
Deukalion
  • 2,516
  • 9
  • 32
  • 50