Moritz Post

Results 110 comments of Moritz Post

Support for it is indeed available in the latest `nightly`.

As of now you are correct. We will add this as a feature request. Atm, at least on Android, you could change your apps theme to apply a global message...

Do you see a native log entry in the android adb log?

Thanks. The log does not show any more info. In general, if a plugin requires to run in a cordova environment, it will not run in a worker. A worker...

what features are you missing from the tabris fs api?

Do you require more fs support that goes beyond what we will implement in https://github.com/eclipsesource/tabris-js/issues/1543?

Copy can be emulated with the above read and write and delete commands. Writing to the dir you mentioned above should be possible when allowed by the system.

We can investigate the issue but there are no current plans for a 3.3.1. In 3.4 we will implement #1543 which should also remove the requirement to use the fs...

There are no updates yet. What features do you want to use in the worker?

Thanks for the info. It will help us to asses the issue further. As a side note on your issue: You could use the `fs` api to store the data....