I have a Cordova 2.1.0 project with the ChildBrowser plugin in it. Now when I close the ChildBrowser my keyboard and select menu are under the screen and are only showing the next / previous / done buttons. does anyone knows how to fix this issue? I saw someone saying to add
self.view.frame = [[UIScreen mainScreen] applicationFrame];
to viewWillAppear
in the mainviewController
however this didn't do it.
have seen https://github.com/phonegap/phonegap-plugins/issues/815 however no solution came up there.