mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(click-block): click block is now showing on all screns. It wasn't previously on Android and des (#6846)
click block is now showing on all screns. It wasn't previously on Android and desktop
This commit is contained in:
@@ -95,7 +95,6 @@ Platform.register({
|
||||
],
|
||||
settings: {
|
||||
autoFocusAssist: 'delay',
|
||||
clickBlock: true,
|
||||
hoverCSS: false,
|
||||
inputBlurring: isIOSDevice,
|
||||
inputCloning: isIOSDevice,
|
||||
@@ -150,7 +149,6 @@ Platform.register({
|
||||
settings: {
|
||||
mode: 'wp',
|
||||
autoFocusAssist: 'immediate',
|
||||
clickBlock: true,
|
||||
hoverCSS: false
|
||||
},
|
||||
isMatch(p: Platform): boolean {
|
||||
|
||||
Reference in New Issue
Block a user