If you don't need cross platform the best choice is native so you can leverage all the platform goodies.
If you do need cross platform and have the budget you will go with 2 native projects.
If you don't have enough budget for 2 native apps you have a few options.
Cordova is good enough for a lot of apps. Even Apple uses Webviews in its own apps. Also check the Missive mail client all built with web technologies:
https://medium.com/missive-app/our-dirty-little-secret-cross...
We are building a universal app that will work on iOS, Android, Mac, Windows, and Chrome OS with a single code base.
If you need better performance you can always use React Native, NativeScript, or Xamarin.
Why go with this Fuse thing?