This plugin allows to call a transition to a native view.
It currently works on iOS (7 and 8) only.
cordova plugin add https://github.com/bamlab/cordova-plugin-native-routing
Call in your application
cordova.plugins.nativeRouting.go(segueName, dataForSegue);