[TIMOB-7197] MobileWeb: Complete Ti.UI.ImageView implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-24T22:42:45.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-04, Release 2.0.0 |
Components | MobileWeb |
Labels | pointerevents, stage, stage2 |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-15T19:21:19.000+0000 |
Updated | 2017-03-04T00:07:03.000+0000 |
Description
Extends Widget (View, Evented) and PointerEvents.
Methods:
* pause()
* start()
* stop()
Properties:
* defaultImage
* duration - in milliseconds
* hires - not sure how this is suppose to work for mobile web on retina display devices
* image
* images - Array
* preventDefaultImage
* repeatCount
* reverse - bool
Constants:
* animating - bool
* paused - set animation-play-state, -moz-animation-play-state, and -webkit-animation-play-state to "paused"
Events:
* change
* error
* load
* start
* stop
Update API docs that methods pause(), start(), and stop() are supported.
Make sure that we use the proper image width/height when width/height is set to auto.
Note: Requires File implementation to implement fully. Realistically, File is also required to test across devices as well due to limitations in iOS images property.
Closing ticket as MobileWeb is no longer supported.