[TIMOB-2219] Hash in url when using openURL gets escaped
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:58:26.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | defect, ios, ipad, iphone, rplist |
| Reporter | ctredway |
| Assignee | Blain Hamon |
| Created | 2011-04-15T03:13:50.000+0000 |
| Updated | 2011-04-17T01:58:26.000+0000 |
Description
See this HD for code:
http://developer.appcelerator.com/helpdesk/view/51571">http://developer.appcelerator.com/helpdesk/view/51571
Titanium.Platform.openURL method either encodes the # as a %23 or Safari does something to it that causes the url to break.
this is on iPhone & iPad
(from [a112252db54eb31a6bb52bc45b0564e76f049ae9]) [#2219 state:fixed-in-qa] # character no longer escaped. http://github.com/appcelerator/titanium_mobile/commit/a112252db54eb31a6bb52bc45b0564e76f049ae9"> http://github.com/appcelerator/titanium_mobile/commit/a112252db54eb...
(from [7be2b555fd8c0f228d888d9b2d119314cc14c158]) [#2219] Merging to 1_4_X at clint's request. http://github.com/appcelerator/titanium_mobile/commit/7be2b555fd8c0f228d888d9b2d119314cc14c158"> http://github.com/appcelerator/titanium_mobile/commit/7be2b555fd8c0...
Claiming this one since I committed the fix.
Resolved.
Tested on iPhone 4 running 4.2 and iPhone/iPad simulator with sample code from the HD ticket
SDK 1.5 (r43358e5f)