Javascript运行时错误:无法获取未定义的属性“键盘”

时间:2016-04-05 20:15:37

标签: javascript windows-phone-8 keyboard

当我尝试在离子应用程序中向WP8写入内容时,我收到此错误。

  

08x800a138f - Javascript运行时错误:无法获取属性   “键盘”未定义或空引用。

键盘已启动,但无法编写。我在plugin.xml中添加了以下行来声明键盘,但它仍无法正常工作。

<platform name="windows">
        <js-module src="src/windows/KeyboardProxy.js" name="KeyboardProxy">
            <runs />
            <clobbers target="cordova.plugins.Keyboard" />
        </js-module>
    </platform>

这可能是什么解决方案?谢谢!

0 个答案:

没有答案