From 642135fed84229dded9280c61c1caf0e600948a4 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Sat, 20 May 2017 19:19:22 -0400 Subject: [PATCH] fix(input): Inputs will allow native copy pasting --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index cb7cfd9..c9c3d4a 100755 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -81,7 +81,7 @@ export class MyApp { // Here you can do any higher level native things you might need. statusBar.styleDefault(); - keyboard.disableScroll(true); + //keyboard.disableScroll(true); this.menuController.enable(false);