Hello!
I had toclose thefull-screen displayon a chip, I have not foundanything suitable, the solution was as follows:
To hide thefull screen displayon a chip, it is necessary in the controllerapplication, add the following code:
onAfterRendering: function() {
$("#"+this.getView().getParent().getId().split("--")[0] + "--laneView--fullscreen").hide();
},
Thank you for yourhelpDiaghilevIvan