Changes between Version 2 and Version 3 of Ticket #1154
- Timestamp:
- 04/26/12 11:20:48 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1154
- Property Priority changed from to Normal
- Property Type changed from enhancement to feature
- Property Summary changed from Custom skins for iPad to Skinning for Touch devices
-
Ticket #1154 – Description
v2 v3 1 With the latest iOS release for iPad, it's now possible to visual elements on top of the <video> tag. Additionally, the webkit fullscreen API has been exposed. 2 3 This means we could switch over to our skinned controls from native controls. 1 With the latest iOS release for iPad, it's now possible to visual elements on top of the <video> tag. Additionally, the webkit fullscreen API has been exposed. This means we could switch over to our skinned controls from native controls. 4 2 5 3 The issue here is that on touch screen devices, many of our skins are difficult to use, as the buttons aren't great for use with finger presses. We can probably come up with a calculation that scales the size of the elements based on window.devicePixelRatio, window.height, window.width.
