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

Is it possible to re-position KGModal when keyboard is displayed? #19

Open
burakkilic opened this issue Aug 13, 2013 · 7 comments
Open

Comments

@burakkilic
Copy link

Hi;

I am using my feedback controller in a KGModal. When keyboard is displayed, submit button hides under keyboard. I want to move KGModal up. Is it possible?

@kgn
Copy link
Owner

kgn commented Aug 19, 2013

This is a good idea, the modal should center it's self in the available space, the library would need to be modified to allow this behavior.

@mohpor
Copy link

mohpor commented Aug 28, 2013

Second that!
KGModal seems like a good place to have a little text input in the center of attention, like a very important search field, but it lacks the ability to adapt with the presentation of the keyboard.
I would very much like to see it do that.
I'm using kgmodal in my app and it works flawlessly otherwise.

@kgn
Copy link
Owner

kgn commented Dec 7, 2013

I do not currently have this need in the projects I'm working on, it sounds like both of you do so either of you would probably be the best to implement it. If you do please submit a pull request and I'll take a look!

@ashikahmad
Copy link
Contributor

I've made a solution for this. It looks to be working fine. Just need a little bit refactoring to meet a standard.
Hopefully will create a pull-request tomorrow.

@ashikahmad
Copy link
Contributor

Sorry! I did the changes upon the merge request #25 and so new merge request avoiding that one looks troublesome to me.
Anyways, check the solution on my fork: https://github.com/ashikahmad/KGModal/tree/develop and comment what you think.

@ashikahmad
Copy link
Contributor

Done! Check pull request #26

@luongpp
Copy link

luongpp commented Oct 7, 2016

Hi everyone,
Recently, I have a problem with KGModal on iOS10. It works fine on iOS7, 8 and 9
My app uses KGModal to alert login form, it contains UITextfield when I touch on UITextfield keyboard will show to enter every infomations and then I dissmissed KGModal, finally App will freeze, couldn't touch on anybutton.
please help me.

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

No branches or pull requests

5 participants