Ionic / Intel XDK - Content is not scrollable

Hello,

I’m trying to test the sample app “sidemenu” of ionic with Intel XDK, so I have copy/paste all folders & files to the Intel XDK project directory.

Everything seems to work well (on Emulate & Test) but the content is not scrollable,

Thanks in advance for your help,

Hi,

I found why content is not bouncing/scrolling it’s due to this code in ionic.Plateform.ready:

  if(window.cordova && window.cordova.plugins.Keyboard) {
      cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); 

But I don’t understand why each call to plugins.keyboard make the content not scrollable.

Other things, with Intel XDK it’s seems that I need to remove css platform specific tweaks, because the size of the bar-header is too big (In fact doesn’t necessary to add the statusbar height for iOS with XDK …)

Thanks in advance if someone can explain me the plugins.keyboard issue

where i should found this code to disable it, am facing same problem of scrolling