Questions tagged [jasonette]

Native App over HTTP - Quite a different way to make an app. Cross platform, 100% native binary for both Android and iOS.

Where simplicity meets much needed functionality: Jasonette.com.

A clean architecture for one of most wanted use cases today. Very instructive also, with IOs and Android covered by source and tooling. An application of JSON to AST (Abstract Syntax Tree).

I bet it will evolve further, and hope to contribute to it.

26 questions
3
votes
1 answer

Dynamic Form Builder In Android

Can any body know how to implement the dynamic form builder base on API response in Android ? I don't know how to build it in android activity and what's required api response. I refer the bellow link for implement it in android Dynamic Form Builder…
TejaDroid
  • 6,561
  • 4
  • 31
  • 38
2
votes
0 answers

Unable to set class name in Jasonette Template

I have a Jasonette "app" that gets a simple dataset from the server and displays it in a list. The data is a set of people names, each with the word "YES", "NO", "MAYBE", or null: { "date":"2018-11-07", "dateFormatted":"Wednesday, November…
Moshe Katz
  • 15,992
  • 7
  • 69
  • 116
1
vote
0 answers

Jasonette Xcode 12.5 unable to arcive app because of 'SocketRocket/NSRunLoop+SRWebSocket.h' file not found

I ran into a problem compiling a web app using Jasonette. If I move the file to the location specified by the error, I get the same error. The goal is to Archive the mobile app created by Jasonette for distribution with Testflight. Xcode 12.5…
KazzyT
  • 11
  • 1
1
vote
0 answers

What are the security risks of accessing a password protected website from within a private iOS app by embedding the password in the URL?

I would like to develop a privately distributed iOS app with jasonette that acts as a gateway to my password protected website. The credentials to access the website would be embedded directly in the URL, i.e. "https://user:pass@website.com" Which…
Nicholas E
  • 49
  • 4
1
vote
0 answers

Using Jasonette with Angular 5

I have an existing angular application. I am trying to integrate jasonette to this using the following example: https://github.com/Jasonette/agent.jsframeworks/blob/master/angular/app.js But since I am using Angular 5, I am not able to invoke…
1
vote
1 answer

Barcode types supported by jasonette vision api

I have a question regarding the $vision.scan action for scanning barcodes and hope someone could help me with that. Do we need to provide any particular option to be able to scan EAN 13 or EAN 8 barcodes? The example : …
Srijith Kartha
  • 296
  • 1
  • 2
  • 9
1
vote
1 answer

add username and password in post url with basic authentication (Json)

I want to add username and password in post url with basic authentication http://IPaddress:port/F1/Details { Body }
try topray
  • 11
  • 5
1
vote
1 answer

Jasonette - .replace.string

I am trying to replace part of a url address when a link is clicked. If the url is mysite.com/photos/ i would like to replace mysite.net with another url say yorsite.net/photos/. If someone could please let me know how to go about this. What i have…
Jerry
  • 46
  • 6
1
vote
1 answer

Trying to get HTML HREF SMS link working in jasonette for android

I have an SMS href link that works great in the mobile browser but when deployed to android using jasonette I get ERR_UNKOWN_URL_SCHEME. Is there a simple fix for this or is it even possible? Text Here is my json…
Ryan D
  • 741
  • 1
  • 11
  • 29
1
vote
2 answers

JSON Request Modification

I need to modify my JSON. I want to remove " before [ and ] Current Request : {"marital-status":"Single","hospitalisation":"["hello", "world"]","ill-health":false,"specialist-condidtions":"["HEADACHE", "PANIC…
1
vote
1 answer

Spinner in Jasonette

I can`t find the Spinner in the Jsonette component list. Is there any replacement to allow the user to choose an item from the list? or should I develop the component as explained in the Jaonette documentation?
mtoloo
  • 1,795
  • 3
  • 22
  • 28
0
votes
1 answer

Is there a way to use jinja2 in an android hybrid app?

I have a mobile android hybrid app that mimics a webapp. In the webapp I use flask and jinja2 to create the HTML pages. In the mobile android app I have an non-template html file that loads the javascript files from the local mobile device, so it…
Avner Moshkovitz
  • 1,138
  • 1
  • 18
  • 35
0
votes
0 answers

Brython + Jasonette

I'm trying to get Brython to initialise Jasonette. The basic JS example works. It's a trivial conversion from the example JS code into Brython. The function appears to execute (there are no errors, and there is a resulting JS object returned), but…
Rebs
  • 4,169
  • 2
  • 30
  • 34
0
votes
2 answers

How to prevent page reload in mobile app, when changing the orientation of the device?

I have a webapp that is converted into a mobile app (Android) via Jasonette. When I change the orientation of the device, e.g. from portrait to landscape, this causes the page to reload. This does not happen in my web-app. Is there a way to prevent…
Avner Moshkovitz
  • 1,138
  • 1
  • 18
  • 35
0
votes
1 answer

How to get started with Jasonette for Android?

I learned today of a new framework called Jasonette, but I don't understand how to get started? When I go to their site https://jasonette.com and click "Try now", the page just redirects to http://web.jasonette.com with this error message: There's…
1
2