kcraven
posted this
03 May 2023
In my experience so far there are major issues with the modal popups. For most device views these must be either quite small or they must be stuck to the top of the page (over any header). This is most common on Mobile views. Certain mobile phones also seem to default to Tablet layout when viewing some pages (but horizontal mobile for others on the same device?) which often leads to the X being outside the view.
Click outside to close is quite standard functionality for most unobtrusive popups/pop overs at this point, especially for mobile.
The combination of the positioning issues, lack of click outside to close & ways that mobile caching tends to work also often create a circular trap on page reload where the pages reload with the modal open & users who cannot see the X cannot access the page or navigate the site.
Functionality seems to have even been included in Nicepage's own instructions for creating custom modal popups before fully supported https://nicepage.com/doc/55883/custom-modal-popups
Logically that means that these options should have been included when they were added. Not sure how one would go about injecting the necessary components into the existing code generated by a current version of Nicepage without needing to manually edit the code after each export.
In my experience so far there are major issues with the modal popups. For most device views these must be either quite small or they must be stuck to the top of the page (over any header). This is most common on Mobile views. Certain mobile phones also seem to default to Tablet layout when viewing some pages (but horizontal mobile for others on the same device?) which often leads to the X being outside the view.
Click outside to close is quite standard functionality for most unobtrusive popups/pop overs at this point, especially for mobile.
The combination of the positioning issues, lack of click outside to close & ways that mobile caching tends to work also often create a circular trap on page reload where the pages reload with the modal open & users who cannot see the X cannot access the page or navigate the site.
Functionality seems to have even been included in Nicepage's own instructions for creating custom modal popups before fully supported **https://nicepage.com/doc/55883/custom-modal-popups**
Logically that means that these options should have been included when they were added. Not sure how one would go about injecting the necessary components into the existing code generated by a current version of Nicepage without needing to manually edit the code after each export.
Last edited 03 May 2023 by kcraven