[TIMOB-26846] iOS - ListView with commonJS element in template does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.0.0, Release 8.0.2 |
Fix Version/s | n/a |
Components | n/a |
Labels | engSchedule |
Reporter | Brian García |
Assignee | Abir Mukherjee |
Created | 2019-02-20T09:46:12.000+0000 |
Updated | 2021-02-19T14:07:14.000+0000 |
Description
on iOS specifying a commonJS module as ns causes the following error:
[ERROR] Failed to load Alloy widget / CommonJS module "XPUI.Label" to be used as template
[ERROR] Error: Invalid item template type provided
[ERROR] File: app.js
[ERROR] Line: 51
[ERROR] SourceId: <null>
[ERROR] Backtrace:
[ERROR] undefined
while in Android it works as expected.
sample project provided
Attachments
File | Date | Size |
---|---|---|
alloy-template-issue-ios.zip | 2019-02-20T09:45:47.000+0000 | 715627 |
Hello, I was able to reproduce the issue with the sample project provided above. Tested in iOS with SDK 8.0.0.v20190219113758. The issue was in iOS, not in Android. Thanks.
any update on this?
Still happening in 8.2.0.GA, any solution?
And a year later, still here