signalk_mobile
signalk_mobile copied to clipboard
Ionic v2 Mobile app to promote the use of Signal K, a modern and open data format for marine use. Signal K Mobile runs on iOS and Android and is available on both app stores.
FYI: ``` ionic state restore [ERROR] ionic state has been removed as of CLI 3.0. We recommend using Cordova directly to manage Cordova plugins and platforms. The following commands fulfill...
Updated let vesselId = data.context.replace('vessels.',''); to: // let vesselId = data.context.replace('vessels.',''); let vesselId = data.context With this update, the panel data is successfully being displayed.