【发布时间】:2017-02-26 05:37:43
【问题描述】:
我不断收到此错误:
> TypeScript error: Property 'app' does not exist on type 'Navigator'
使用此代码时:
navigator.app.exitApp();
我有以下插件:
> <plugin name="cordova-plugin-device" spec="~1.1.2"/>
> <plugin name="cordova-plugin-console" spec="~1.0.3"/>
> <plugin name="cordova-plugin-whitelist" spec="~1.2.2"/>
> <plugin name="cordova-plugin-splashscreen" spec="~3.2.2"/>
> <plugin name="cordova-plugin-statusbar" spec="~2.1.3"/>
> <plugin name="ionic-plugin-keyboard" spec="~2.2.1"/>
我的代码可能有什么问题?
【问题讨论】:
标签: angular typescript ionic2