Skip to content

Commit

Permalink
* Prevent pinch-zoom on Windows Phone 8 when using qx.Mobile Picker
Browse files Browse the repository at this point in the history
  • Loading branch information
czuendorf committed Dec 21, 2012
1 parent 860766b commit c18624a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/source/resource/qx/mobile/scss/basic/_picker.scss
Expand Up @@ -4,6 +4,8 @@

.picker {
@extend .dialog;

-ms-touch-action: none;
}

$label-height:25px;
Expand Down

0 comments on commit c18624a

Please sign in to comment.