Jasonette / JASONETTE-iOS

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

problem when $jason.head element not present #330

Open darenr opened 6 years ago

darenr commented 6 years ago

the following


  "$jason": {
    "head": {
    },
    "body": {
      "background": {
        "type": "html",
        "text": "<html><style>body{background: white;}</style><body><p>test</p></body></html>"
      }
    }
  }
}```

will only open in the Jason app, when you remove the "head" element the app never finishes loading (wait spinner)
gliechtenstein commented 6 years ago

This has been fixed. Works both on iOS and Android. More on this: https://medium.com/@gliechtenstein/new-fixes-for-jasonette-the-confusing-parts-7a5540331641