Skip to content
Guillaume Gendre edited this page Aug 7, 2015 · 43 revisions

Cobalt offers a navigation system based on native transitions. This allows fast and furious performances for your web apps :)

It allows the web side to push any web page and to choose in which native controller the page will be shown. A default fullscreen controller is packed with Cobalt but you can create your own, and start to mix web and native components on the same view.

Using navigation on the web side

All navigation commands are in the cobalt.navigate scope :

cobalt.conf

All of theses commands rely on the existance of a cobalt.conf file in the www folder, wich tells what native controller correspond to the named pages.

See the cobalt.conf

Clone this wiki locally