Problem Description
When I test game on IE, construct 2 return true on "is on mobile device" condition.
Attach a Capx
https://www.dropbox.com/s/8q9agafqymy3h ... .capx?dl=0
Description of Capx
This capx does only one thing - set text object text to "mobile", if "is on mobile device" condition is true, and "not mobile" if it's false.
Steps to Reproduce Bug
- Create empty project
- set default browser to Internet Explorer
- Put text object on layout
- make event with "is on mobile device" condition and set action to "set text to"mobile"" (related to created text object)
- create "else" condition and set action to "set text to "not mobile"" ( related to created text object )
Observed Result
Text object shows "mobile" on desktop IE, and "not mobile" on every
Expected Result
Text object should show "not mobile" on desktop IE
Affected Browsers
- Chrome: (NO)
- FireFox: (NO)
- Internet Explorer: (YES)
Operating System and Service Pack
Windows 8.1 x64
Construct 2 Version ID
r182 x64