[TIMOB-2179] Video player escapes urls
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-15T03:12:54.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | defect, ios, ipad, iphone, player, rplist, video |
| Reporter | ctredway |
| Assignee | Blain Hamon |
| Created | 2011-04-15T03:12:53.000+0000 |
| Updated | 2017-03-02T21:04:00.000+0000 |
Description
on the iphone and ipad the video player escapes URLS in which case they break.
See this ticket for examples:
http://developer.appcelerator.com/helpdesk/view/50721">http://developer.appcelerator.com/helpdesk/view/50721
Problem is caused by user pre-escaping URLs. We have no way to tell if a URL is already escaped or not (for all we know, their valid URL contains the % character or other escaping identifiers). Marking this bug as invalid; allowing a toggle setting for URLs is time-consuming and not all that useful, plus requires Android support.
Can re-open if this feature is deemed necessary.
Closed as invalid.