Jasonette / JASONETTE-iOS

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

progressbar on web containers #304

Closed gliechtenstein closed 6 years ago

gliechtenstein commented 6 years ago

Background web containers ship with progress bars built in.

This only applies to background web containers and not components.

Attributes

Additional attributes added through this PR:

Example

{
  ...
  "body": {
    "style": {
      "background": {
        "type": "html",
        "style": {
          "background": "#ffffff",
          "progress": "#ff0000"
        }
      }
    }
  }
}