Skip to content

Commit

Permalink
feat(windows): fix config so it will disable hover
Browse files Browse the repository at this point in the history
references #5565
  • Loading branch information
brandyscarney committed Feb 24, 2016
1 parent 13f3e83 commit 996f944
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ionic/platform/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ Platform.register({
],
settings: {
mode: 'wp',
autoFocusAssist: 'immediate',
clickBlock: true,
hoverCSS: false
},
isMatch(p: Platform): boolean {
return p.isPlatform('windowsphone', 'windows phone');
Expand Down

0 comments on commit 996f944

Please sign in to comment.