Hi,
This is the most interesting cross platform mobile framework by far (that I know), but seems quite young compared to others. Currently I develop a hybrid apps with cordova/crosswalk and quite satisfied with performance on iOS, but not for the android. And I’m looking for altenernative framework that could compile to native but speaks javascript. The problem (not actual problem) with those alternative framework such as React Native, NativeScript, and TabrisJS is that they render the UI into the specific platform (its native control). And to me fuse tools is exactly what I’m looking for, I can create consistent UI (plus beautiful UX) across platform like mobile web, but with the native performance
However, after digging into documentation and community, I have several question that I couldn’t find in this site.
-
Which version of Android supported? Have you tested it in the low end android (512RAM or below) and how was the performance?
-
Is the javascript engine is compatible with asm.js? Currently I use an encryption library that converted to javascript (asm.js) through emscripten, would it be running properly?
-
I noticed that some people asking about the QR code scanner functionality, but it seems that it hasn’t been supported till now, and I see some suggestion to leverage library such as zxing but I find it too complex. Recently I found that there are a way in iOS and android to do barcode scanning without 3rd party library, avcapturedevice in iOS and google play service API for android, and there are simple example out there on how to use it. I want to use that API (but it seems need some native UI component to preview the result) but I’m new to native development (both iOS and Android) and I couldn’t find usable example, there are CameraStream example but it seems not working with the latest release of fusetools. Do you have any other example that might be suitable for this case?
-
Do you provide commecial support or service? Maybe paid service for creating custom component or plugin (such as barcode), or to prioritize some of feature roadmap based on request?
-
Just some suggestion, it would be nice if you could adopt cordova plugin like tabrisjs, I couldn’t imagine the difficulty, but somehow it should be possible since many cordova plugin is actually a native library wrapped into javascript api, and it would be good to close the gap for the missing feature that not in your roadmap radar.
Thanks