ところで(あちら)では発表していたのですが、既知のPC避けが回避できているかどうかを調べるページを作りました。 http://jsdo.it/cielavenir/cTouchTest1 結果はUAにより異なりますが、Android標準ブラウザに偽装する場合、 WebKit -> Yes navigator.userAgent -> (...) [mobile check] -> OK [simulator check] -> OK navigator.platform -> Linux armv7l [mobile check] -> OK Touch availability -> OK window.chrome===undefined -> true typeof window.orientation == "number" -> true document.createTouch is fake -> No document.createTouchList is fake -> No Android does not have ongesturestart -> OK と表示されていなければ偽装に失敗しています(この状態でアクセスしてはいけません)。