1

My app uses Cordova 3.5, Backbone JS, JQuery and Appframework (former jqMobi). After I add some data to a chat dialog by keyboard the app does not flip correct back in original view. Half of the screen is filled with a grey panel.

This works fine in android version. After changing the orientation, the view is correct again.

problem

Community
  • 1
  • 1
4Str4ngeG4me
  • 536
  • 5
  • 18

1 Answers1

0

Try to set Margin="1,0,0,0" in MainPage.xaml in <my:CordovaView...>

Davide
  • 21
  • 3