Tim Bond

Results 96 comments of Tim Bond

Opening PDFs on Android can be...complicated. Does this happen with multiple devices? Or better yet: can you reproduce this on a "fresh" device e.g. the Android Emulator? It could be...

@Nexter-day There's also [cordova-plugin-android-volume](https://www.npmjs.com/package/cordova-plugin-android-volume) and [cordova-plugin-volume-control](https://www.npmjs.com/package/cordova-plugin-volume-control). Note that the latter can be used on iOS, but Apple will reject submissions to the App Store.

I think you have asked this question several times. It is not possible. Check out the docs on [how to sideload your own app](https://docs.tabris.com/latest/developer-app.html#code-sideloading) with the Tabris.js developer app

> Please be aware that debug versions can not be submitted to the app stores https://docs.tabris.com/latest/build.html

@violuke Does it help at all to [persist the file to disk](http://docs.tabris.com/latest/api/fs.html#cachedir) before uploading it? Also, logcat output on Android may help show more information than a generic "Network request...

You don't need to connect a debugger to get logcat output. If you can connect your device via USB, turn on USB debugging and then run `adb logcat`. If that...

All the snippets linked from the docs are also bundled in the developer app

It looks like your request has been fulfilled: clicking/tapping on the QR code copies its URL to the clipboard

Just add it to the `dependencies` section of your `package.json`. Here's an example with chart.js: https://github.com/eclipsesource/tabris-js/tree/v1.1.0/examples/chart

@NickLD Which Tabris.js and client versions are you using? You might also try the `ttys` package as mentioned in https://github.com/eclipsesource/tabris-js/issues/1293#issuecomment-299614026