[TIMOB-8046] MobileWeb: ImageView: Cannot set image view toBlob
| GitHub Issue | n/a |
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-03-18T17:02:45.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | qe-mw020912 |
| Reporter | Natalie Huynh |
| Assignee | Chris Barber |
| Created | 2012-03-15T14:28:28.000+0000 |
| Updated | 2014-01-28T23:57:35.000+0000 |
Description
Steps To Reproduce:
1. Run module Network test 6973
Actual:
TypeError: 'undefined' is not a function (evaluating 'Ti.UI.createImageView({
image: 'KS_nav_ui.png',
height: 200,
width: 200
}).toBlob()')
Expected:
To load the results
Attachments
| File | Date | Size |
| Network.zip | 2012-03-15T14:28:28.000+0000 | 2329781 |
toBlob() is not available on mobile web and can't be implemented due to technical limitations.