Hello,
I am recently re-build my app using Fuse, but it seems Fuse doesn’t support Bluetooth.
Is there a way to code bluetooth function? Is it in Uno?
Any turtor or example would be really helpful.
Thanks.
Hello,
I am recently re-build my app using Fuse, but it seems Fuse doesn’t support Bluetooth.
Is there a way to code bluetooth function? Is it in Uno?
Any turtor or example would be really helpful.
Thanks.
Hello Jack!
Yes, this is possible in Uno. We expose Uno bindings to both Core Bluetooth on iOS and android.bluetooth on Android. I know of one developer who has gotten bluetooth to work, though last time I saw it it required some low-level hacking using UXL (see https://www.fusetools.com/learn/guides/uxl-handbook) to work around some missing functionality in the bindings.
In a release in the near future we will also include support for a more natural kind of interoperation with native code which will suit developers who are already familiar with Objective-C or Java.
Please don’t hesitate to ask if you have any further questions!