Christian Petrov

Results 37 issues of Christian Petrov

### Feature description Currently, the "..." icon of the picker has a prominent blue color which is not customizable. Moreover, it does not match the visual style of modern iOS...

feature
ios

### Problem description In particular cases (especially when debugging Tabris.js and Tabris.js plugins) it is useful to be able to inspect a log of the operations sent over the native...

feature
cli

### Problem description Dot files are not found when attempting to `fetch()` them. ### Expected behavior Dot files should be `fetch()`-able. A particular use case is reading a `.env` file...

bug

### Problem description CollectionView does not have an API like ScrollView's [`offsetY`](https://docs.tabris.com/latest/api/ScrollView.html#offsety). The only option to track the scroll offset is to manually sum `deltaY` provided by the scroll event....

bug
android

### Problem description When calling `scrollToY(0, {animate: false})`, the content does not scroll to the top. Other `y` values than `0` work as expected. When animation is enabled, scrolling works...

bug
ios
2.x

### Feature description Currently, it is not possible to differentiate between user-initiated and programmatic scroll or flinging. Differentiating between those can be useful for e.g. UIs that should only be...

feature

### Feature description Currently, the language to be picked when creating https://docs.tabris.com/latest/api/TextResources.html#class-textresources is determined from `device.language` and there is no way to give this language manually. Some apps' language configuration...

feature

### Problem description When locking the device or bringing the app in the background and then back in the foreground, the camera view might freeze (only happens sometimes). Attempting to...

bug
ios

### Problem description The LocalStorage API may be used in an implementation under tests. In this case it would be convenient to be able to replace LocalStorage by a fake...

feature
js

### Problem description When calling `clearTimeout()` asynchronously, it does not always cancel timeouts. In the snippets below, about 1/3 of the `setTimeout()` callbacks will be called, although they have been...

bug
ios