-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_isMobileTextBelowImage back button issue #271
Comments
I can replicate the issue described but I think it's specific to instances where the item (image and text) is greater than the screen height. For example, I can replicate this on my iPhone SE but not on an iPhone XR. I can avoid the issue on iPhone SE if I scroll each item into view before selecting the 'next' button. |
That's odd. I wasn't able to reproduce the issue based on the heights. That said, I think I've fixed it now :) |
🎉 This issue has been resolved in version 7.4.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Subject of the issue
When viewing on mobile with
_isMobileTextBelowImage
set to 'true'Possibly related to adaptlearning/adapt-contrib-hotgraphic#278
Your environment
Steps to reproduce
_isMobileTextBelowImage: true
Expected behaviour
Once item 2 is active, the Back button should be enabled.
Actual behaviour
Back button is not enabled.
The text was updated successfully, but these errors were encountered: