can php detect client browser monitor size/resolution?

前端 未结 8 1132
一生所求
一生所求 2020-12-20 16:20

Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?

相关标签:
8条回答
  • 2020-12-20 16:50

    Note, that JS can check the window size of browser, but this size includes user toolbars, scrollbars etc... Real workspase area in browser depends on those toolbars size.

    0 讨论(0)
  • 2020-12-20 16:51

    Some people require browser size for mobile devoloping. This is essential information in some cases.

    Using WURFL and WALL can get around this as most mobiles do not support JS.

    0 讨论(0)
提交回复
热议问题