cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Hybrid offline application

Former Member
0 Kudos

Hi Experts,

Im looking the best way to develop an application with SAPUI5 that works in offline mode, i see a lot of posts about kapsel but i see that now is deprecated. I know that i can achieve this by SCP using HAT but my client don't have SCP and they don't want to use any cloud application.

Any recommendation?

Regards,

Iván Lynch

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member322772
Active Participant

Kapsel is still around, they probably just refer to it mostly as a hybrid app or Cordova. I don't think you will have much luck creating an SAP mobile application without SCP and mobile services.

Have you checked out progressive web apps? As of a few days ago they are also available on desktop as well as mobile. I haven't tried that without SAPUI5 though so might need to explore that.

https://developers.google.com/web/progressive-web-apps/

Former Member
0 Kudos

Thanks Luke, they want to make the application using SAPUI5. I will do it with Cordova, SAPUI5 and IndexedDB to persist our data.