Native with javascript bindings always reports Mac OS as "mobile" platform
Native with javascript bindings always reports Mac OS as "mobile" platform
Bug #3547 [Closed]
- Project changed from cpp to js
- Description updated (diff)
- Assignee set to pandamicro
- Target version set to v3.0 rc
- % Done changed from 0 to 100
- Status changed from New to Closed
Status: | Closed | |
---|---|---|
Start date: | 2013-12-30 | |
Priority: | Low | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | v3.0 rc |
When executing the following javascript on Mac OS
cc.log(sys.platform);
The result is “mobile”
This has a very strong incidence on the resulting sys.capabilities as keyboard and mouse are then ignored.