Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Side fail on Safari 6.1 #17

Open
jspaper opened this issue Nov 7, 2013 · 0 comments
Open

Side fail on Safari 6.1 #17

jspaper opened this issue Nov 7, 2013 · 0 comments

Comments

@jspaper
Copy link

jspaper commented Nov 7, 2013

sidetap will return SidetapStandard instance on Safari 6.1, maybe ios7 have the same problem.

I change the conditiion on ios5 and everything works well.
Is there any comments why ShardWorker have to support?

before

ios5 = window.SharedWorker && navigator.userAgent.match(/^((?!android).)*webkit.*$/i);

after

ios5 =  navigator.userAgent.match(/^((?!android).)*webkit.*$/i);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant