[TIMOB-10960] iOS: Zoom in (+) button do not work when map zoomed out on maximum.(iPad 3 -iOS6).
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2012-09-21T15:23:43.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | qe-ios090112 |
| Reporter | Rima Umbrasas |
| Assignee | Ingo Muschenetz |
| Created | 2012-09-18T14:59:42.000+0000 |
| Updated | 2017-03-09T23:46:52.000+0000 |
Description
Description:
Zoom in (+) button do not work when map zoomed out on maximum.
Steps:
1. Launch KitchenSink.
2. Go to BaseUI> Views> Map View.
3. Press zoom out button (-) until maximum (press 4 times).
4. Press zoom in (+) button.
Expected results:
Should be able to zoom in.
Actual results:
Not able to zoom in map.
Note: this occurs on iPad 3 iOS6.
I'm seeing this occur too on an iPad2 with iOS6. When I have a map set, everything is fine (zooming in and out programmatically with buttons) until I zoom out as far it it will go. After that, you can only manually pinch-zoom in to get closer. Then the buttons do not work as they should.
[map setRegion:region animated:animate]; stops working if the map is zoomed out to a certain level.
Closing this ticket as it is not our bug.