-
Notifications
You must be signed in to change notification settings - Fork 762
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
Wrong behavior on mobile phone #148
Comments
Ha, welcome to the mobile web. In fact, it is the browser bug with fixed layouts. |
See #96. |
I have the same issue. I know it is an IOS bug, but still need to find a way around it because it makes things basically unusable |
Here is my hack solution to at least make it usable for iphone users, for now. Borrowed the code from a bootstrap solution to solve the same problem, and modified it to work with remodal. http://www.abeautifulsite.net/bootstrap-3-modals-and-the-ios-virtual-keyboard/ It is not without its problems, so if anyone can suggest a better alternative or improvements to this, I am all ears. Leave all of the remodal code alone, and add this to your own .js:
|
@robarwebservices this seems to fix the issue to some extent. |
@damienmcd No, I had already spent too much time on finding that solution. Had to call it "good enough for now" and move on. I'd still love to hear about other solutions though... Just don't have time to do more research on my own right now. |
No problem @robarwebservices If I can make time to improve on your solution I'll let you know. |
I have a remodal and there's an input on it. Sometimes i input something and click confirm or cancel, then strange behavior happens: the remodal disappeared but the gray overlay is still on the screen, click the gray overlay then the remodal appears again. Why? Is this a bug or any of you guys has ever encountered such problems?
The text was updated successfully, but these errors were encountered: