[TIMOB-2820] URLs not automaticcaly encoded anymore in 1.6.0?
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:30:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | feature, urls |
Reporter | Ralf Pfeiffer |
Assignee | Reggie Seagraves |
Created | 2011-04-15T03:30:26.000+0000 |
Updated | 2017-03-09T23:02:10.000+0000 |
Description
I'm not sure if this is a feature or a bug.
In 1.4.2 this used to work:
Titanium.Platform.openURL('http://mydomain.com/two">http://mydomain.com/two words');
In 1.6.0 it doesn't anymore. However, encodeURIComponent() allows for an easy solution.
Due to removal of URL magic between platforms. Not adding it back in.
Closing ticket as invalid.