Skip to content

Commit 996f944

Browse files
committed
feat(windows): fix config so it will disable hover
references #5565
1 parent 13f3e83 commit 996f944

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ionic/platform/registry.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ Platform.register({
145145
],
146146
settings: {
147147
mode: 'wp',
148+
autoFocusAssist: 'immediate',
149+
clickBlock: true,
150+
hoverCSS: false
148151
},
149152
isMatch(p: Platform): boolean {
150153
return p.isPlatform('windowsphone', 'windows phone');

0 commit comments

Comments
 (0)