[TIMOB-4365] iOS - Scrollable view does not have a "scale" event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2011-07-20T17:25:22.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-29 |
Components | iOS |
Labels | scrollable, zoom |
Reporter | Pedro Enrique |
Assignee | Reggie Seagraves |
Created | 2011-06-13T07:07:30.000+0000 |
Updated | 2017-03-06T22:35:36.000+0000 |
Description
The scrollable view has the zooming feature but it does not have a scale event. If the scrollable view is scalable, the "scale" event should be implemented.
Sample code: https://gist.github.com/1019492
Helpdesk Ticket: APP-334778
The Scrollview already has the behavior and event callbacks to support this. The client should change his code from using ScrollableView to ScrollView. The undocumented pinch & zoom behavior in ScrollableView should be removed for parity with Android.
Closing ticket due to time passed.