I am experiencing an issue with a login screen inside a modal that is triggered by clicking on an anchor link in the menu.
<a href="#" data-toggle="modal" id="openLoginPopUp" data-remote="/Resources/Widgets/firstloginPopup.htm" data-target="#loginModal">Login</a>
The problem I am facing is specific to mobile devices, where the modal does not display correctly. Some of the issues with the modals are:
- Sometimes only the top-margin color of the modal is displayed.
- Upon clicking "Login with password", the next screen appears blank.
- Occasionally, even the first guest login screen becomes blank. However, all these errors disappear when the screen is rotated or adjusted.
I have attempted to modify the CSS using jQuery to fix the issue, but it has not been successful. All other modals are functioning correctly except for this one. Can someone please advise me on what I may be doing wrong?
For reference: