-
Notifications
You must be signed in to change notification settings - Fork 487
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
"[ERROR] The overlay view added to the window has empty bounds, Instructions will stop.", when trying to show the coachMarksController #231
Comments
Hey @zivato, I can't reproduce the issue. Is this happening as well with the example project? Are you able to provide a project showcasing the problem? |
Having same issue! |
Have the same issue. It seems to be related to displaying the I worked around the problem by using |
That must be it, thanks a lot for the pointer @gmcheese. I didn't think of this, I'll investigate! |
I'm not certain slide-over is properly supported — I'll test this later, but it should fix the issue for all the other cases on iPad (and of course, on iPhone). Thanks again @gmcheese! |
Describe the bug
when "self.coachMarksController.start(in: .window(over: self))" is executed, we get the error "[ERROR] The overlay view added to the window has empty bounds, Instructions will stop." in the console.
To Reproduce
Expected behavior
The coach make should appear
Screenshots
Environment:
iPad Pro(12.9-inch)
13.1.3
'Instructions', '~> 1.4.0'
Additional context
The text was updated successfully, but these errors were encountered: