[wp-trac] [WordPress Trac] #20923: Add support for mobile uploads
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 12 16:18:56 UTC 2012
#20923: Add support for mobile uploads
--------------------------------+--------------------
Reporter: koke | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.4.1
Component: Media | Version: 3.4
Severity: normal | Resolution:
Keywords: mobile needs-patch |
--------------------------------+--------------------
Comment (by georgestephanis):
Here's the UA test strings loaded into OSX Safari for each:
iPad: `Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us)
AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2
Safari/6533.18.5`
iPod: `Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us)
AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2
Safari/6533.18.5`
iPhone: `Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us)
AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2
Safari/6533.18.5`
And here's a regex test that should give us an accurate result:
`return ( preg_match( '#(iPod|iPad|iPhone); U; CPU( iPhone)? OS ([\d_]+)
like Mac OS X#', $ua, $data ) && version_compare( '6', $data[3], '<=' )
);`
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20923#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list