cancel
Showing results for 
Search instead for 
Did you mean: 

Which is the best way to create an Offline Application using SAPUI5?

ansonabraham
Participant
0 Kudos

I have read some tutorials on caching the pages, using IndexedDB of browsers and building hybrid apps using Kapsel before posting this question but was little confused on the implementation. Please advice which is the best way to develop an offline app using SAPUI5. In my scenario, the app should be navigatable and can process create requests from the user without a connection to the server or the Internet from a mobile or tablet. Also please share, if there is any provision available in WebIDE to build hybrid apps.

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
ansonabraham
Participant
0 Kudos

Thanks for sharing the document. I have followed the steps and finished till the development of OfflineApp. I am unable to run the app on a mobile device. The devices selection for running the application is disabled in my WebIDE. Please see the screenshot provided below.

Can you please advice on this issue?

jamie_cawley
Advisor
Advisor
0 Kudos

Under Project Settings -> Hybrid App Configuration did you choose a platform?

Regards,

Jamie

SAP - Technology RIG

ansonabraham
Participant
0 Kudos

Yes, I did.

jamie_cawley
Advisor
Advisor
0 Kudos

Did you right click on the project folder and not a subfolder?

Regards,

Jamie

SAP - Technology RIG

ansonabraham
Participant
0 Kudos

Clicked on the Project folder.

Regards,

Anson

jamie_cawley
Advisor
Advisor
0 Kudos

Maybe your changes in the Hybrid App Configuration dialog didn't save? If you still having issues, try creating another project. I tried a few scenarios on the trial landscape using the standard version of Web IDE, but I can not replicate your issue.

Regards,

Jamie

SAP - Technology RIG

ansonabraham
Participant
0 Kudos

I am facing some issues while setting up the Hybrid Application Toolkit on my local machine. I suspect it could be a reason why I am unable to use simulator options in the WebIDE.

Thanks for the response,

Anson

Answers (1)

Answers (1)

pierre_dominique2
Contributor

Hi,

You can use Kapsel to build your offline app if you have access to SMP (SAP Mobile Platform) or HCPms (HANA Cloud Platform Mobile Services). There's a HAT (Hybrid Application Toolkit) plugin for the Web IDE to help you build such an app: https://help.hana.ondemand.com/webide_hat/frameset.htm

Cheers,

Pierre

ansonabraham
Participant
0 Kudos

Thanks for sharing.