we tried to include your library to our project. We added the lib files to webapp/lib/openui5, defined the lib in manifest.json descriptor and added the xml namespace to the corresponding views.
In WebIDE or local development everything works fine, map is displayed and we are able to interact with it. But when we try to deploy the app from webide to netweaver as abap backend system it raises following error message.
So for me it seems that resourceRoot is the wrong section in app descriptor, because the launchpad tries to load the lib from the abap repository instead of the folder inside the deployed app.
Do we have to explicitly use sap.ui.getCore().loadLibrary("openui5.googlemaps", "../openui5/googlemaps/"); if we develop apps with your lib for the fiori launchpad?
hi john,
we tried to include your library to our project. We added the lib files to
webapp/lib/openui5
, defined the lib inmanifest.json
descriptor and added the xml namespace to the corresponding views.In WebIDE or local development everything works fine, map is displayed and we are able to interact with it. But when we try to deploy the app from webide to netweaver as abap backend system it raises following error message.
So for me it seems that
resourceRoot
is the wrong section in app descriptor, because the launchpad tries to load the lib from the abap repository instead of the folder inside the deployed app.Do we have to explicitly use
sap.ui.getCore().loadLibrary("openui5.googlemaps", "../openui5/googlemaps/");
if we develop apps with your lib for the fiori launchpad?any help would be nice :)