ishigo1987

Results 15 issues of 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...

feature

### 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...

bug
android

### 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...

bug

> ### 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...

bug
android

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

question

### 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...

bug
android

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...

bug
android

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...

feature

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. ![Screenshot_20200128-173832_LI](https://user-images.githubusercontent.com/12398336/73299664-e6106c00-420f-11ea-9ee2-cdaac6dec726.jpg) ### Expected...

bug
android
ios

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...