[TIMOB-19388] SearchView throws warning when building for iOS even though platform="android" is included
| GitHub Issue | n/a |
| Type | Improvement |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Leor Brenman |
| Assignee | Unknown |
| Created | 2015-08-20T15:12:17.000+0000 |
| Updated | 2018-02-28T19:55:44.000+0000 |
Description
SearchView throws warning when building for iOS even though platform="android" is included
Cross device app that is working fine. When i build for iOS, i get a warning in the Studio console. Everything works fine but the warning may cause folks to investigate and maybe waste time or perhaps i am doing something wrong.
Warning:
[INFO] : [list.xml] view processing...
[INFO] : style: "list.tss"
[INFO] : view: "list.xml"
[WARN] : is only available in Android
[WARN] : To get rid of this warning, add platform="android" to your element
[INFO] : controller: "list.js"
I hope we can address this or tell me what i am doing wrong.
Attachments
| File | Date | Size |
| app.tss | 2015-08-20T15:11:49.000+0000 | 2021 |
| list.js | 2015-08-20T15:11:38.000+0000 | 5447 |
| list.tss | 2015-08-20T15:11:49.000+0000 | 436 |
| list.xml | 2015-08-20T15:11:41.000+0000 | 804 |
No comments