IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

A platform for rapidly building native mobile applications using declarative JSON.

Results 87 IgniteEngine-iOS issues
Sort by recently updated
recently updated
newest added

Currently debugging JavaScript is a black hole. We should allow logging to console and also output eval errors.

enhancement

https://github.com/jaredsinclair/JTSCursorMovement is legendary and should be implemented.

enhancement

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: ``` {...

enhancement

Should be able to store arrays and dictionary objects in $session, and should be able to append objects to Array.

enhancement

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.

enhancement

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