Skip to content

This is a test case to illustrate the issue when using ratchet with meteor in cordova app.

Notifications You must be signed in to change notification settings

sf-wind/meteor-ratchet-keyboard-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a test case to illustrate that when a meteor cordova application is created with ratchet, if the soft keyboard is shown due to input field, and user clicks a link to go to another page when the soft keyboard is on, the lower portion of the new page is blank.

It is tested on android 4.2.x. The issue only happens in cordova application, not in mobile browser. In mobile browser, the soft keyboard is first slided down before the page transition. However, in cordova, the page transition happens at the same time as the keyboard being slided down.

If the application doesn't use ratchet, the cordova application would still transition to the new page and then slide down the keyboard. However, the content of the new page is still shown after it is slided down. If ratchet is used, the content of the page is not shown.

About

This is a test case to illustrate the issue when using ratchet with meteor in cordova app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published