Acknowledged
CIQQA-3370

Instinct 3 Solar has System.DeviceSettings.isTouchScreen in Simulator and on Device

The Instinct 3 Solar exposed the System.DeviceSettings.isTouchScreen-property. It is set to false, but this property is widely used to discern device that have a touch-screen from devices that do not have a touch screen.

In my opinion it should not be exposed on devices that don't have a touch-screen.

The property is exposed in the simulator and on device for the Instinct 3 Solar.

Parents
  • For example, if I build an app for fr955, the following file is created as part of the build output:

    bin\gen\006-B4024-00\source\rez.mcgen

    Here we can see that hasTouchScreen can be accessed as follows:

    const hasTouchScreen = Rez.Styles.device_info.hasTouchScreen;

    [3/3]

Comment
  • For example, if I build an app for fr955, the following file is created as part of the build output:

    bin\gen\006-B4024-00\source\rez.mcgen

    Here we can see that hasTouchScreen can be accessed as follows:

    const hasTouchScreen = Rez.Styles.device_info.hasTouchScreen;

    [3/3]

Children
No Data