Brandon Shelley

Results 87 issues of Brandon Shelley

The current means of rotating controls only works the first time for Image (it gets skewed when Refresh action is triggered). Need to sort out calling super properly to get...

enhancement

Should have the ability to save separate .js files or install NPM packages into a special directory where these can be leveraged and made available for `{{ javascript }}`

enhancement

Related: https://github.com/apigee/IgniteEngine-iOS/issues/63

enhancement

For a regular expression replace, would be: ``` [[control.attribute:replace(/regularexpression/*modfiers*|replacement)]] ``` We may need to have the delimiters be dynamic, like so (pseudocode): - Identify the first character - Search for...

enhancement

Leaving this in here so we don't forget, but it'll obviously be a significant amount of work to implement.

enhancement

Add a new Types section that describes string, int, float, bool, color, font, etc. Tooltips should appear when hovering over the docs in the rest of the controls that pulls...

docs

Instead of this which is confusing and hard to tell whether something is a custom control or not: ``` { "$view": { "actions": [], "attributes": { "_id": "popup_alert" }, "controls":...

enhancement
dev-complete

``` IX_STATIC_CONST_STRING kIXToHex = @"hex"; // [[?:hex]] -> String value of RGB ?,?,?,? in hex value. Last value can be used for alpha otherwise it is 1.0f. IX_STATIC_CONST_STRING kIXToRGB =...

rename
docs

Apple is rejecting apps that use implicit oauth flipping over to safari. Must use in-app web view. We're lucky we have that implemented, but need to document it.

docs