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
0
votes
1 answer

Search for text in Jasonette

Is there a way to search for text on a website in Jasonette if i don't have the HTML file on my computer? Maybe over view-source:[URL] directly over the website? I didn't find anything about this topic on Google. I just have a web-container yet and…
TimSo.
  • 1
  • 1
0
votes
1 answer

How to set html page to $webcontainer without horisontal scrolling

I have developing the app on jasonette framework. I have use the $webcontainer such as default browser, but i have a problem with horisontal boundaries. I have add injected script with meta…
0
votes
1 answer

back button with jasonett/iOS

I am trying to create a back button that when the user clicks on it, it will take them to the previous page. I found this code of a medium post by the author of Jasonett but it doesn't work for me. It creates the label but I can't click on…
0
votes
0 answers

Call a Javascript function in Android using Jasonette

I´m turning my website into an app using Jasonette, but I'm having trouble passing java values to javascript after success. I'm using the following code that is working fine: JSON: "actions": { "$foreground": { "type": "$reload" }, …
Darm0ka
  • 192
  • 1
  • 14
0
votes
0 answers

Best way to encapsulate HTML5 responsive web site in Android App to avoid some user interactions with browser

We have a responsive web application that is currently used on an android device (zebra TC20) through the Chrome browser. Since we have to limit some actions by users such as the ability to open multiple tabs and force them to log out rather than…
hyppos
  • 7
  • 3
0
votes
1 answer

Jasonette Webcontainer app for Android ignores multipart form

I am tring to do a really basic web container app based on the techinques in this article: https://medium.freecodecamp.org/how-to-turn-your-website-into-a-mobile-app-with-7-lines-of-json-631c9c9895f5 The problem is that, on android, when the…
fixdreamer
  • 111
  • 9
0
votes
0 answers

CSV to nested JSON in Python

HOW CAN I CONVERT THIS CSV FILE TO A NESTED JSON? date model code value ================================================== 15-01-2017 00:00 EMA_EPD1_PTG_NUS_DPG 2.138 15-01-2017 00:00 EMA_EPD2_PTG_NUS_DPG …
0
votes
1 answer

HTML5 Geo Location based web app with Jasonette android

I have a web app that uses the HTML5 geo location service, it works great except when I rolled it out to android using jasonette. Is this even possible to do? Here is my load.jason - { "$jason": { "head": { "title": "Web Container…
Ryan D
  • 741
  • 1
  • 11
  • 29
0
votes
1 answer

Error when importing existing URL into Jasonette in android studio

I am new to jasonette and android studio for that matter. I have an existing web app mysite.com for sake of argument. I am following the tutorial here - https://docs.jasonette.com/android/. Under step 6 it says I can import my url and app name which…
Ryan D
  • 741
  • 1
  • 11
  • 29
-1
votes
2 answers

Clicking link on web container always force close the app

I am using jasonette to create a webview / iframe / web container to load my website into native app (android). The website loaded beautifully, but somehow it always crashed when i tried to click any link in the website. Here my code snippet to…
baycisk
  • 131
  • 2
  • 12
-2
votes
1 answer

Camera in Jasonette

I need to use the camera on one of my pages, but it won't work (NotAllowedError: Permission denied), and I tried to authorise the camera on my app via my device but it's still not wot working I also added the authorisations on my Manifest:…
Maxim
  • 39
  • 3
  • 11
1
2