MobileChromeApps / chrome-app-developer-tool

Mirror of Apache Cordova app harness
Other
202 stars 33 forks source link

View flickers/streched on keyboard show/hide #57

Closed longsleep closed 9 years ago

longsleep commented 9 years ago

Whenever the keyboard is shown or hidden, the visible view part of the app does get stretched for a short time, resulting in a ugly user experience. Is there any way to prevent this?

The app is using a simple Polymer . Whenever one clicks on it, the keyboard appears and the whole view port of the app gets streched for a short time until the keyboard is finished sliding in. When the keyboard is sliding out again, it gets streched again, the oposite direction.

For some reason, this only happens when running the app with cca run android --device. Running it inside the "App Dev Tool" with cca push does not flicker.

longsleep commented 9 years ago

Wrong repository - sorry for the noise.