Bug 290372
| Summary: | Add Quirks for UA on iPad for tiktok.com | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | WebKit Misc. | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://tiktok.com/ | ||
| Bug Depends on: | |||
| Bug Blocks: | 290953, 291113 | ||
Karl Dubost
Currently The tiktok.com platform has a function which triggers an unecessary warning message for any browsers which are not Chrome. It's confusing, as the upload is working on Safari. Firefox is getting the same warning message.
function Ge() {
return function() {
var e = navigator.userAgent.toLowerCase().match(/chrome\/(\d+)./);
if (!e)
return 0;
return Number(e[1])
}() >= 86
}
Steps to reproduce:
1. Navigate to TikTok.com
2. Sign in
3. Click on your profile
4. In the menu options to the left, select ‘Upload’
5. Page loads to unsupported browser message
(the video upload is working)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/147808541>
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/42982
Brent Fulgham
This is actually tracked by the following Radar:
<rdar://146977044>
EWS
Committed 293101@main (6ee99ddf116e): <https://commits.webkit.org/293101@main>
Reviewed commits have been landed. Closing PR #42982 and removing active labels.