Platform-Specific Guides
How to install and use Enro on each supported platform. The core API is the same everywhere; these pages cover the install bootstrap and the platform-specific notes worth knowing.
- Android —
Application.onCreateinstall, hosting a container from aComponentActivity, and theenro-compatstory for migrating Fragment/Activity destinations incrementally. - iOS —
installNavigationController(application:)from Swift’sUIApplicationDelegate, exposing aUIViewControllerviaEnroUIViewController { }, and embedding it in your app. - Desktop —
controller.openWindow(...)withGenericRootWindow,EnroApplicationContent, and the multi-window pattern. - Web —
installNavigationController(document), theEnroBrowserContenthost, andInstallWebHistoryPluginfor browser back/forward.