Jasonette / JASONETTE-iOS

📡 Native App over HTTP, on iOS
https://www.jasonette.com
MIT License
5.27k stars 352 forks source link

back button is not working #361

Closed vkprakash closed 5 years ago

vkprakash commented 5 years ago

"header": { "menu": {

          "items": [{
"type": "vertical",
"components": [{
  "type": "button",
  "url": "https://.....",
  "action": { 
    "type": "$back"
   } 
}]

}] } }

This code isn't working. I got this directly from the jasonett website, does anyone know how to fix this?

clsource commented 5 years ago

hello, this is missing the basic structure.

{
   "$jason": {

    }
}

please go to the docs in https://jasonelle.com/docs for more info.