Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PC向けとモバイル向けで表示が異なることがあるのでそれに対応する #113

Open
5 tasks
MasatoraAtarashi opened this issue Sep 12, 2021 · 0 comments
Assignees

Comments

@MasatoraAtarashi
Copy link
Owner

MasatoraAtarashi commented Sep 12, 2021

why

  • PC向けのサイトとモバイル向けのサイトで表示が異なる場合がある(wikipediaではPC向けだと全部の見出しがデフォルトで展開されているが、モバイルだと閉じている。その結果表示がずれることがある。ので対応売る
  • user agentじゃなくて画面の大きさで判定している?

what

  • ユーザーエージェントを保存しておく
    • バックエンド
    • iOS
    • chrome拡張
  • それを再現する
 webView.customUserAgent =
            "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant