Questions tagged [supersonic]

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

39 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
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
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

How and from where AndroidManifest file is picked in Unity3D

I am trying to integrate NativeX, Supersonic and Tapjoy plugins in the same applications. The few I am facing is, that all of these plugins have their own AndroidManifest files, residing at location /Assets/Plugin/Android . And one in…
muttahir
  • 115
  • 10
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
1 answer

Custom font in navigation bar using supersonic

I am quite new (read absolute beginner) to mobile development using hybrid framework. For my first project I decided to use the Supersonic framework by AppGyver. The problem occured, when I wanted to change the font of title in navigation bar.…
Maroš Šeleng
  • 1,600
  • 13
  • 28
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

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?
HiGonz
  • 87
  • 9
0
votes
2 answers

Supersonic getting started - what is Google Advertising ID

I am trying to integrate supersonic, and stuck on their requrenment - "Integrate Google Play Services The Supersonic SDK requires access to the Google Advertising ID in order to operate properly. See this guide on how to integrate Google Play…
Anton Kizema
  • 1,072
  • 3
  • 13
  • 27
0
votes
1 answer

Integration between Supersonic ADS and Xamarin

I'm trying to use Supersonic ADS inside my app written in xamarin (ios and Android) Is there any way to include it? Thanks in advance!
Ziba Leah
  • 2,484
  • 7
  • 41
  • 60
0
votes
1 answer

project creation error in super sonic framework

I am new to work on super sonic framework. I have to create API for the android app on it. So I install the Git and nodejs in my system. Now I am trying to create project so I have used the command on Git command prompt C:\Program Files\Git>steroids…
Yogendra
  • 1,208
  • 5
  • 18
  • 38
1
2 3