-
Notifications
You must be signed in to change notification settings - Fork 15
Roadmap
Guillaume Gendre edited this page Jan 9, 2015
·
78 revisions
Current stable release is 0.2.6.
- Add Android app bar / iOS navigation bar and customization,
- Enhance Web/Native communication pipe for iOS 7+,
- Add page events (onPause, onResume, onShow, onDisconnect, etc.),
- Add "replace current view" navigation feature
- AAR library for Cobalt Android
- Cocoa pods library for Cobalt iOS
- new and simple installation documentation
- cobalt.conf simplification (optional className and packages for android)
- Cobalt Blog
- Documentation website
- API documentation Doxygen-generated
- Protocol and Interfaces rework
- action picker
- Add Android "up" navigation style (thinking in progress),
- Add cross-WebView notification plugin,
- Add device informations plugin,
- Add action picker.
- web browser as a platform. to use cobalt for your mobile site.
- Using the new WKWebview on iOS
An experimental branch about this iOS 8 feature is coming soon. We must ensure a backward compatibility with historical WebViews.
..
- :)
- Refactor Tizen and BlackBerry 10 to use cobalt.conf,
- Add documentation for Tizen and BlackBerry 10,
- Work on and/or complete Catalog for Tizen and BlackBerry 10.
Cobalt is an Open-Source Hybrid Mobile Framework. Read more about it on the home page or in the documentation
- Introduction to Cobalt navigation
- The cobalt.json file
- native navigation bars
- Handling the Android back button
- Introduction to Cobalt messages
- Publish/Subscribe on the Web side
- Publish/Subscribe on Android
- Publish/Subscribe on iOS
- Web Lifecycle messages
- Pull-To-Refresh and Infinite Scroll
- Custom alerts and Toasts
- LocalStorage
- OpenExternalUrl
- PlatformInfos
- Ajax
- Removing the top bar
- Adding Cobalt to an existing project
- Customizing your hybrid views
- Handle multiple Cobalt webviews on the same screen (TODO)