EmilJ_
Participant
Member since ‎2019 Oct 01

User Statistics

  • 19 Posts
  • 0 Solutions
  • 33 Kudos given
  • 9 Kudos received

User Activity

Hi everyone,When I run a UI5 application deployed through the BAS IDE and try to inspect the code in DevTools > Sources, I get the following error for any controller I select:Could not load content for https://xxxx.xxxx.net:40030/sap/bc/ui5_ui5/sap/a...
I have an issue where the default and public variance does not save in the backend.I am not using smart controls, so I wonder if this is only possible with smart controls any ideas? And for reference I have my code set up simillar to this blog:http...
Scenario a fiori launchpad app with cards, when a certain card is clicked a dialog is displayed containing a table.On this table the filter/sort window just doesn't display and it also doesn't show any errors. This also only happens if its a fiori la...
The scenario is, when a row is selected from a table, "rowSelectionChange" function is called and a dialog is displayed.The problem is if the user quickly double clicks on a row, the dialog is displayed but it also closes down immediately, screen get...
Hi all,I have an SAPUI5 app that runs on Pi hardware, through Chromium.Now I need this app to be able to run offline (this is done using a service worker) and have cache buster for any new updates.I am able to run the app on a computer through Chrome...