typescript error property 'hideKeyboardAccessoryBar' does not exist on type 'Keyboard'. on IONIC Moodle App

Re: typescript error property 'hideKeyboardAccessoryBar' does not exist on type 'Keyboard'. on IONIC Moodle App

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi,

please make sure you've followed all the steps in this guide:

https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2

I recommend you to use the "integration" branch before running "npm run setup":

git checkout integration

npm run setup

The integration branch has our latest code, so all the fixes for libraries and Cordova are in there. It'll be moved to the master branch eventually.

Cheers,

Dani