HTML and CSS Reference
In-Depth Information
The coolest thing about Wink is their vast set of 2D and 3D components, and the ability
to manipulate components with gestures. For example, with Wink's Cover Flow com‐
ponent, the user can use two fingers to alter the perspective ( Figure 3-21 ).
Figure 3-21. Wink Cover Flow 3D component
Table 3-5. Wink Toolkit
Platform support
iOS, Android, BlackBerry, and Bada
License
Simplified BSD License
Programming model
JavaScript helpers to add standard mobile browser support; UI is created inside of JavaScript
snippets
Wrapped or polyfilled HTML5 APIs
Accelerometer, Geolocation, Web Storage
The HTML for page setup is:
<html>
<head>
<link rel= "stylesheet" href= "wink.css" type= "text/css" >
<link rel= "stylesheet" href= "wink.default.css" type= "text/css" >
...
<script type= "text/javascript" src= "wink.min.js" ></script>
...
</head>
<body onload= "init()" >
<div class= "w_box w_header w_bg_dark" >
 
Search WWH ::




Custom Search