[TIMOB-24213] Support generic view-selector e.g. querySelectorAll
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android, iOS, Windows |
| Labels | android, ios, windows |
| Reporter | Hans Knöchel |
| Assignee | Christopher Williams |
| Created | 2016-12-12T15:55:31.000+0000 |
| Updated | 2017-08-08T12:45:03.000+0000 |
Description
As a follow-up from TIMOB-20286, we should support the
querySelectorAll method to query multiple views by searching them by their id or className property. This would ideally be coupled with Alloy to search defined TSS-classes e.g. .button and #label the same way.
No comments