[ALOY-1615] Audioplayer cannot be created from Alloy without specifying ns property
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-11-01T18:57:34.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | CLI Release 7.0.8 |
| Components | Samples & Templates, XML |
| Labels | alloy, audioplayer |
| Reporter | Rene Pot |
| Assignee | Feon Sua Xin Miao |
| Created | 2018-04-26T10:18:11.000+0000 |
| Updated | 2018-11-01T18:57:37.000+0000 |
Description
When creating an audioplayer from alloy this should work:
<AudioPlayer id="player" />
But it doesn't, the ns property needs to be specified as such:
<AudioPlayer id="player" ns="Ti.Media" />
it would be great if this can be fixed/improved so the ns property doesn't need to be specified
Verified the fix in 7.0.7-master.9. Closing.