Stefano M.

Results 22 comments of Stefano M.

Same problem for me. I'm using the js files from Chrome browser (no node); the files are hosted in js folder. Anyone solved? Is there some dependencies from node? Thanks

Sorry, not correct. I linked statically and I have the same problem. If I run other app on the same machine it works o_O Almost the same code .. Both...

Yes, the platform is ASUS Tinkerboard with Linaro (Debian for ARM). Yes, i performed hid_init and the row > hid_init: 0 is the return code. The code (apart the debug...

Discovered the problem! The applications was run by root; instead the application that did not work is launched by www-data user. Is there a way to allow to www-data user...

Hello, maybe I find the problem: The case is when the options.majorTicks is not provided (then its values are [0,,,100] - maybe the default range) and options.exactTicks = false. file:...

Hello Vince, I updated the plugin to the Android V2 embedding. So far I'm able to compile it, compile the example without the V2 warning and run on the Android...

Good news, thanks !! I updated the plugin with the 1.1.0-androidv2 version: so far I tested on Android 7.0 API 24 and it worked. I see some new debug messages...

Hello, just added the additional permission but the result is the same: D/permissions_handler(28499): Bluetooth permission missing in manifest I/mali_gralloc(28499): register: id=0x2fe00000ae1, importpid=-1 D/CompatibilityChangeReporter(28499): Compat change id reported: 78294732; UID 10233;...

In the SDK Manager I set Android 14.0 - API 34 rev.2 - not 34-ext8 or 34-ext10. Hope this help ..

@Blue-Cheesecake Now the context is: - running on phone with Android 13 - API 33 - `compileSdkVersion 33` - `targetSdkVersion 33` In the 'Run' window I see: ``` D/permissions_handler( 3216):...