Search code examples
androidcordovasapui5

app working in local server but not in web container


I wrote an SAPUI5 Mobile application, and it works OK on my local server (it's the app from the tutorial, showing persons list in a table).

I've then put it in a web container via Phonegap (just copied index.html and .js files), and it also runs very nice on an emulator, but it is not adding any persons this time (like there is no function associated to a button).

Should I somehow adapt the code? I've added the needed libraries, too.


Solution

  • It was due to the simulator. App is working perfectly on a phone device. Thanks anyway