Skip to content

Commit

Permalink
Minor additions to list of features missing in windows
Browse files Browse the repository at this point in the history
Change-Id: I7c14db5e8ce4f4b8ecb6d49164a72ea081f2a9d1
  • Loading branch information
tbuschto committed Mar 14, 2017
1 parent f1d7079 commit 2e7cc9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/windows-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Windows 10 (UWP/Store Apps) support was added in Tabris.js 2.0 and is still catc
The following classes and objects are not yet supported on Windows:
- `crypto`
- `app`
- `AlertDialog`
- `WebSocket`
- `SearchAction`
- `ui.statusBar`
Expand All @@ -18,7 +19,7 @@ The following classes and objects are not yet supported on Windows:
- `CollectionView`: Methods `insert`, `refresh`, `remove` and `reveal`, as well as the properties `refreshEnabled` and `columnCount` are ignored.
- `ImageView`: Property `tintColor` is ignored.
- `NavigationView`: Properties `toolbarVisible` and `animated` are ignored. Both behave as if `true`.
- `ScrollView`: Methods `scrollToX` and `scrollToY` have no effect.
- `ScrollView`: Methods `scrollToX` and `scrollToY` have no effect. Event `scrollX` does not fire.
- `Tab`: Properties `badge`, `image` and `selectedImage` are ignored. Only the title is displayed.
- `TabFolder`: Property `paging` is ignored, behaves as if always `true`.
- `TextInput`: Properties `alignment`, `autoCapitalize`, `editable`, `fillColor`, `borderColor`, `keepFocus` are ignored. Setting `type` to `search` has no effect, but `password` and `multiline` work. `focused` is unsupported and will not reflect whether or not the field is actually focused. However, **all events are supported**, including `focus` and `blur`.
Expand Down

0 comments on commit 2e7cc9c

Please sign in to comment.