How do I check if it uses a smartphone or tablet?

0 favourites
  • 5 posts
From the Asset Store
Easily create a GAMEPAD for your mobile games by simplifying the movement of your characters on mobile devices.
  • Hi! It's my first question.

    I am creating a new game and i need knows how do i check if it uses a smartphone or tablet, because the form of the game it is very diferent between them.

    Any idea?

    I searched this, but its didnt found anything . I ask sorry if this topic should not be here.

    Thanks

    [attachment=0:3fdmen9z][/attachment:3fdmen9z]

  • You have a condition under the system tab for on mobile device and for specific platforms.

  • I don't think you can reliably differentiate a tablet from a phone (even from a hardware standpoint it is not that clear)

    best way would be to ask the user or make the game works the same in both modes.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • One way to check for specific devices is to "on start of layout " do a system compare for the windowWidth/windowHeight.

    So it would be something like

    On start of layout -->

    windowWidth = 640

    windowHeight = 960 ----> set text "iPhone 4"

    windowWidth = 768

    windowHeight = 1024 ----> set text "iPad 2"

  • Thank you very much to all for responding.

    Lof, which is the tag system?

    If you can not try preguntaler the user as Aphrodite said

    If anyone else has an idea I thank

    Sorry for my little english! :=)

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)