Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7197] MobileWeb: Complete Ti.UI.ImageView implementation

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-02-24T22:42:45.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-04, Release 2.0.0
ComponentsMobileWeb
Labelspointerevents, stage, stage2
ReporterChris Barber
AssigneeChris Barber
Created2012-01-15T19:21:19.000+0000
Updated2017-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.

Comments

  1. Bryan Hughes 2012-02-14

    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.
  2. Lee Morris 2017-03-04

    Closing ticket as MobileWeb is no longer supported.

JSON Source