legatimatteo
Discoverer
Member since ‎2024 Dec 03

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I'm developing a SAPUI5 application and I need to instantiate a fragment (F) within a view (V).The issue is that the view (V) can be closed by the user. To ensure good performance, I simply destroy it using:V.destroyDependents();V.destroyContent(...