mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
only wait longer for keyboard resize on android
This commit is contained in:
@@ -643,7 +643,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
if( e.detail.isElementUnderKeyboard ) {
|
||||
var delay;
|
||||
// Wait on android for scroll view to resize
|
||||
if ( !ionic.Platform.isFullScreen && e.detail.hasPlugin ) {
|
||||
if ( ionic.Platform.isAndroid() && !ionic.Platform.isFullScreen ) {
|
||||
delay = 350;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user