Running Ionic at cca throw “Cannot read property 'Keyboard' of undefined” @ app.js:14

前端 未结 3 1341
南笙
南笙 2021-01-18 10:21

The following is what I did to setup Ionic in Chrome App for Mobile:

  1. Created a Chrome App for Mobile project - cca create projectname
  2. Cr
3条回答
  •  执笔经年
    2021-01-18 10:39

    When I tried to add the plugin on Mac OSX the plugin had a different name. You have to run this command in the project directory.

    cordova plugin add ionic-plugin-keyboard
    

    You can see the lib here: keyboard plugin

提交回复
热议问题