Hi
I have create a menu by using Html text box. I do this to achieve a small fade at the end and a better lock in the app.
My issue is that while I work on the app and click the play button everything works fine. But when I click to open the app using URL link this menu gets distorted, I know it has to do with the height and width I set in the div style. But I'm not sure how to make it work properly.
Html text
"<div style='background-color: rgba(0,94,142,1); box-shadow: 1px 2px 22px 0px rgba(89,87,87,0.85); margin: 0px; width: 277px; height: 770px;'></div>"
Opening app using Play button
Opening app using URL