Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Device deduction API

    Do we have API in SmartGWT for deducting that the request is made from mobile devices or a desktop browsers?

    Thanks,
    Deepak Singh

    #2
    You can use GWT's standard Window.navigator.getUserAgent() method to get the user agent string for the browser accessing the page.

    Comment

    Working...
    X