Is it possible to convert HANA XSC that runs XSJS and OData services into a hybrid app?
Cordova framework converts UI5 apps into a hybrid app. But my concern is to convert app that uses HANA features.
Any help would be appreciated! TIA.
Is it possible to convert HANA XSC that runs XSJS and OData services into a hybrid app?
Cordova framework converts UI5 apps into a hybrid app. But my concern is to convert app that uses HANA features.
Any help would be appreciated! TIA.
Copyright © 2021 Jogjafile Inc.
You would not actually convert the
XSCapp into a native app like you wouldUI5but in this case, what you can do is build yourUI5app to access and use theXSODATAservice from theXSCapp.Then you would continue using
Cordovafor example to make the native app.I actually run many
XSCapps as "webapps" on my phone but have also done theXSCXSODATA service to iOS for example.