ishigo1987
ishigo1987
It will be great if you can add a cancel functionality for the widget animate method. It will be very helpful if we want to stop an infinite animation by...
### Problem description Another problem when the CollectionView columnCount property is above 2 the performance of the CollectionView drops dramatically beyond 3 it becomes almost impossible to scroll, I have...
### Problem description Last point, when the cellType method is a function, the updateCell method runs ad infinitum even if there is only one element in the createCell method. On...
> ### Problem description Hello everyone, i noticed 3 problems on TabrisJs CollectionView. this is the first problem Since version 3.4+ the CollectionView is not as fast as before, there's...
Why this method ```js collectionView.reveal(0) ``` trigger a scroll event on the CollectionView but this one ```js collectionView.reveal(0, {animate: false}); ``` doesn't
### Problem description ProgressBar height and Background not working anymore It not possible to set the height value, and set the background to transparent as was the case in the...
On Tabris 3.4 and 3.5 the keyboard disappears slower than the previous versions(3.2 3.3) and leaves a white rectangle on the ui for a few milliseconds. Android 7 and 8...
Right now it's possible to register a font inside a web worker ```Javascript global.onmessage = ()=>{ tabris.app.registerFont("helvetica", "helvetica.ttf"); }; ``` but if you set the text property inside a TextView...
If some plugins are installed for example(https://github.com/apache/cordova-plugin-file.git) the tabris js worker won't launch and returns an error(the image below). Also no cordova plugin works inside a worker.  ### Expected...
When the collectionView has a high number of columns a significant slowdown in performance is felt during scrolling. The problem does not come from the number of items inserted at...