Tim Bond

Results 96 comments of Tim Bond

I have not used it, but there's https://github.com/farynam/cordova-fileAssociation Other research suggests you can edit your `AndroidManifest.xml` as this is not Cordova-specific: https://stackoverflow.com/a/61331776

@ishigo1987 That isn't a self-contained snippet as `areaEmoji` is undefined

I think column count is not the issue per se, it's the number of cells redrawing at a given time. With 8 columns you can have 16 widgets being redrawn...

@fax1ty already explained it: they use a `ScrollView` where all the widget's children are rendered as soon as the component is initialized, avoiding the problem of repeatedly changing the cell's...

Try [RowLayout](http://docs.tabris.com/latest/api/RowLayout.html)

I don't have the psychic module installed 😛 maybe you can share some code?

In that snippet every TextView has identical layout data so you'll have 100 TextViews in the same position inside the ScrollView

Can you keep the old code so that old scans still show the correct data?

Here are the [docs for Android](https://docs.tabris.com/latest/custom-widgets-android.html) and the [docs for iOS](https://docs.tabris.com/latest/custom-widgets-ios.html)