Detecting Device Type in a web application

前端 未结 8 2314
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 08:48

We have a Java based application where in we want to detect the device type(mobile or desktop) for the device that is sending the request.

How is it possible?

8条回答
  •  失恋的感觉
    2020-11-28 09:17

    There's also http://openddr.mobi/, Open Source Device Detection for

    • Java
    • C#
    • VB.net

    based on the W3C Device Description Repository.

    OpenDDR is comparable to device repositories by 51Degrees, DeviceAtlas or ScientiaMobile/WURFL, but unlike those proprietary, closed source product, it's poen source and free to use.

提交回复
热议问题