Lately when building my app I experienced 2 problems:
I have an Iframe on some of my pages, which should cover the whole screen but the header and footer should stay active. The problem is that the Iframe covers the whole page and the header and footer disappeared. I set the dimensions to auto and put width and height in the Iframe element to 100%. I tried fixed and inline positions and other topics here but nothing helped.
On that page I mentioned in 1. if you press the BackButton on an Android device you exit the app. I want it to go to the StartPage. Even if I set an event on 'BackButton' navigate to page 'StartScreen' it closes the app when pressing the back button.
Because I tried every possible solution I shared my app with the support. I hope you can look into my issue. Thanks!