Getting Started

Invoking Native Code

Include in Your Project

NativeObject

Platform-Specific

Real-World Examples

Using Native UI

Docking

Overlaying

Fullscreen

Widget

Floating

Navigation

Styling Native Controls

Working with Images

Native UI Layout

Panels

Properties

Writing Platform-Specific Code

Security

UI Framework Reference

Layout Panels

Controls

Ace

Platform Helpers

NativeObject

Examples

Troubleshooting Errors

Examples

Ace Examples

A suite of short, simple examples covering a wide range of features and scenarios. A great starting point! Works on iOS and Android, and in Visual Studio.

From a command prompt, run:
cordova prepare
cordova run android
cordova run ios
Or, using Visual Studio, open AceExamples.sln, and then either deploy to an Android emulator, Android device, or iOS remote device.

PhoneGap Day App

See Ace used in a real Ionic app that's in Google Play and coming soon to the Apple App Store.

Works on iOS and Android, and in Visual Studio.

If you're deploying this from Visual Studio, be sure to first do an "ionic serve" from a command prompt, otherwise the Ionic content won't be found when you run the app.