Moritz Post

Results 110 comments of Moritz Post

@fax1ty It is not that simple. You are missing the clipping feature of the current `cornerRadius`. With the `MaterialShapeDrawable` you do not get any clipping with shapes that could not...

The performance is also relevant on Android when creating the initial set of cells. When starting to scroll and creating more cells can lead to noticeable on Android. Can be...

Possibly improvement could be to refine the protocol. eg. ```js cellType: { type: 'any', // string|function, default: null, set(name, value) { if (value !== this.cellType) { this._storeProperty(name, value); this._nativeSet( 'cellType',...

Also related: https://github.com/eclipsesource/tabris-js/issues/511

@sergio-doman A direct communication is currently not possible via a hidden `WebView`. We are currently working on `ArrayBuffers` which should add direct support in the very near future.

@sergio-doman With the advancements in `ArrayBuffers` we are also pushing a WebSocket integration so expect to have something in your hands in the not to distant future: https://github.com/eclipsesource/tabris-js/issues/188#issuecomment-196724300

I doubt that child_process.spawn will not be possible on a mobile device as you are not able to create a new process. It likely makes more sense to wrap the...

In such a case you could get the absolute position of the view in question this will be more stable. See https://docs.tabris.com/latest/layout.html#properties-bounds-and-absolutebounds

@violuke the tabris-android platform has just migrated the latest cordova-android 11 baseline. Please check again if this works for you.

This is a good addition. In android one can read the launch intent data. how is handled on iOS?