@tascam424 wrote:
Hi there … i’m a bit of a novice and i’m trying to work on a commercial Ionic Template, with no help from the developer.
I have followed all of the pre-requisites and not touched any of the original source code but unfortunately when i try to serve the App using ionic serve i get the following, any direction on where to start or further information you require would be greatly appreciated.
Typescript Error Property 'disableScroll' does not exist on type 'Keyboard'. src/pages/home/home.ts this.statusBar.styleLightContent(); this.keyboard.disableScroll(false); this.keyboard.hideKeyboardAccessoryBar(false); Typescript Error Property 'hideKeyboardAccessoryBar' does not exist on type 'Keyboard'. src/pages/home/home.ts this.keyboard.disableScroll(false); this.keyboard.hideKeyboardAccessoryBar(false); }
Posts: 1
Participants: 1