I am trying to include the Ionic Keyboard plugin in my application. I went through a few posts on Stack Overflow and as per Idan in one of the answers he has suggested to add the Ionic Keyboard Plugin Classes directly into the IBM MobileFirst Platform Foundation 6.3 project, like we do while adding plugins.
Has anyone done that yet? I tried doing it once but it didn't work.
Things I did:
- Added the class files IonicKeyboard.h, IonicKeyboard.m, UIWebViewExtension.h and UIWebViewExtension.m files to the classes folder.
Added the following entry to my config.xml file in iOS environment.
<feature name="Keyboard"> <param name="ios-package" value="IonicKeyboard" onload="true" /> </feature>
Tried using the class
hide-on-keyboard-show
.<div class="hide-on-keyboard-open"> <div id="google-map"></div> </div>
But it didn't work so I am assuming that the keyboard plug-in has not worked correctly.