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

Implementation of location services requires this, and it appears to still prompt for location based requests on first load? Why are we asking for iBeacon Monitoring and not something else?...

enhancement

$app:randomNumber [[$app:now(MMMM dd, yyyy]] [[$app:distance(lat1:long1,lat2:long2)]] $session:destroy Need to find a more appropriate way of getting these to work. Having them behave as string modifiers isn't consistent with our schema/model.

enhancement

It appears that variable height tables/collections are not working any longer and/or the auto-height of text controls is not working. Only time these would need to be variable height is...

enhancement

When modifying the URL, body, method, etc., the datasource fires when the modify is complete. This should not re-fire unless/until a load/refresh is called.

defect
awaiting-feedback

This is a workaround for https://github.com/apigee/IgniteEngine-iOS/issues/141

enhancement
dev-complete

Setting "source":"library" allows you to pick an image, and its location is properly returned. However, when setting the source to camera, nothing is returned -- and the image is not...

enhancement

So that you don't have to do it in XCode.

enhancement

Camera should mention that MediaPicker has the built in camera UIImagePickerController, and MediaPicker should mention that if you don't want to use the native camera controls (UIImagePickerController) you'll need to...

docs

``` { "_type": "Function", "do": { "myActionSheet": "present" } "on": "touchUp" } ``` Would give some serious thought to getting rid of Load/Refresh entirely and making them globally available functions:...

enhancement