IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
A platform for rapidly building native mobile applications using declarative JSON.
Currently debugging JavaScript is a black hole. We should allow logging to console and also output eval errors.
https://github.com/jaredsinclair/JTSCursorMovement is legendary and should be implemented.
In order to simplify $views, I'd like to be able to define a control as its own external JSON, and then add/reference it via an attribute. For example: ``` {...
Should be able to store arrays and dictionary objects in $session, and should be able to append objects to Array.
We've got both Table and Collection and there's little value to using both. Could make Table an alias of Collection and merge everything from CellBasedControl into a single class.
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...
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 }}`
Related: https://github.com/apigee/IgniteEngine-iOS/issues/63
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...
Leaving this in here so we don't forget, but it'll obviously be a significant amount of work to implement.