2 Replies Latest reply on Jun 10, 2015 10:19 AM by jayjethava

    Not able to view onscreen keyboard in cordovasim emulator for IONIC app

    jayjethava

      Hello,

       

      I have download IONIC side menu app form git and import in to eclipse after removing the plugin from it. I am Not able to view onscreen keyboard in cordovasim emulator for same.

      Can some one guide why its not showing what I can do to display it.?

       

      Thanks

      Jay

        • 1. Re: Not able to view onscreen keyboard in cordovasim emulator for IONIC app
          maxandersen

          Hey Jay,

           

          First of, cordovasim is not an emulator, it is a simulator thus it is not able to mimic all things that depend on phone/tablet specific features.

           

          But are you saying it worked before you removed the plugin and now it does not ?

           

          Any errors in build, error log or console ?

          • 2. Re: Not able to view onscreen keyboard in cordovasim emulator for IONIC app
            jayjethava

            Hey Max,

             

            Thank you for your reply and correcting my knowledge about simulator.

             

            No before removing plugin it was also not working.

             

            Just one error due to below code because I deleted the plugin so not able to found keybord.

             

            .run(function($ionicPlatform) {

              $ionicPlatform.ready(function() {

              // Hide the accessory bar by default (remove this to show the accessory bar above the keyboard

              // for form inputs)

              if (window.cordova && window.cordova.plugins.Keyboard) {  // Error throws form this like

              cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);

              }

              if (window.StatusBar) {

              // org.apache.cordova.statusbar required

              StatusBar.styleDefault();

              }

              });

            })

             

            Please guide what to if I want to show on screen keyboard.

             

            Regards,

            Jay