I am trying to show a dialog control using sap.m.Dialog
on top of PDFViewer control in IE11. In this case, PDFViewer and dialog controls both will get activated at the same time.i.e., z-order
of PDFViewer and Dialog control will become the same.
This limitation of PDFViewer is specifed at: PDF Viewer
To solve this issue, openui5 specify that we have to insert another iframe element between the PDF viewer and the rest of the elements on the page.
I don't really understand the meaning of the sentence specified above. Can someone help me on how to insert another iframe element between pdf viewer and rest of the elements of the page.
Screenshot