Skip to content
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

Problem while editing text with magnifier #27

Open
billidani7 opened this issue Feb 18, 2014 · 3 comments
Open

Problem while editing text with magnifier #27

billidani7 opened this issue Feb 18, 2014 · 3 comments

Comments

@billidani7
Copy link

Hello,

While holding down the finger on UITextView, the magnifier focuses on the background instead of the pop up dialog. Please see the attached screenshot.

photo-2

@pedroviana
Copy link

+1

@pedroviana
Copy link

Hey!

Just found a solution.

Just sum a .01 float to the windowLevel property of your KGModal UIWindow

self.window.windowLevel += .01;

Work for me.

@kgn
Copy link
Owner

kgn commented Jul 18, 2014

Great! Could you please submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants