[TIMOB-1581] iOS: Webviews do not honor # in the url
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-07-25T16:38:41.000+0000 |
Affected Version/s | Release 1.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | ctredway |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:56:37.000+0000 |
Updated | 2012-07-26T22:22:43.000+0000 |
Description
When a pound sign is used in a web view URL, it gets URL encoded and causes the url to become invalid.
var objectToAdd = Titanium.UI.createWebView({
backgroundColor:bgColour,
url:'http://blah/info.php#test'
});
iphone sdk 4.0.1
Ti SDK 1.4.0 & 1.4.1
Cannot reproduce in SDK 2.2.0.f9e938d on iPhone Sim 5.1. Functional test: