Brandon Shelley
Brandon Shelley
I don't see it in use in the code (maybe I'm blind!) but this smells like the result of iOS not supporting CSS `background-attachment: fixed;`
@bakerboy448 I ended up doing this at one point: https://github.com/brandonscript/fylm/blob/main/fylm/fylmlib/parser.py#L310 (Would be a different ticket and PR, but I like it)
Hey everyone, just checking in on this one to see if there's anything I should be doing to get this merged in, or if it's just a matter of waiting...
@garazi please try this again using the latest build - we changed the TextInput control to use a 3rd party keyboard tool. If it's still a problem, an SSCCE of...
Will affect docs https://ignite.apigee.com/#/model/BuiltInObjects
Added the following syntax in 920b830: ``` if :: condition :: responseIfTrue :: responseIfFalse ```
This is going to be a complex implementation - deferring to 0.2.0. Current workaround would be to set it as an escaped string instead.
Workaround for this is to auto-save the image to camera roll using a Camera control instead, then use the `loadLatestPhoto` function in the Image control. Will look at implementing the...
Resolved in https://github.com/r3mus/IgniteEngine-iOS/commit/122a59afa5ba2c9080f5984bf2292bd9a31156d3
For docs: ``` { "attributes": { "auth_type": "oauth2", "autoLoad.enabled": false, "http.headers.accept": "application/json", "oauth": { "client_id": "7MSWbvqGTF1gQ4bJinsamJA5ZAwTDcBY", "grant_type": "implicit", "redirect_uri": "http://localhost", "response_type": "token", "scope": "READ", "storage_id": "token_time" }, "queryParams": { "client_logo":...