Implement and document Magnifier and NativeKeyboard components.

This commit is contained in:
Michael Jumper
2012-11-12 01:50:55 -08:00
parent 3f02525a2c
commit f5e754dd5d
4 changed files with 81 additions and 36 deletions

View File

@@ -41,12 +41,8 @@ img {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#eventTarget {
.event-target {
position: fixed;
left: 0;
top: 0;
width: 1px;
height: 1px;
opacity: 0;
}