tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

Textbox blur issue. #341

Open technicalboy86 opened 9 years ago

technicalboy86 commented 9 years ago

https://www.dropbox.com/s/lzu0c0gmziikkdm/IMG_0003.MOV?dl=0

This is what i got.

after input some text into textbox, then i clicked other div. after that, i tried to input some text again. but i couldn't find out the position of textbox. I can see this issue only in Lungo framework.

please let me know what is the reason.

soyjavi commented 9 years ago

Hi,

I think the reason is your CSS stylesheet.. do you have any div with absolute/fixed position? We've a lot of projects with Lungo and input fields work fine. :(

Where is your project's code?

best,

javi

technicalboy86 commented 9 years ago

Thanks for your reply. https://www.dropbox.com/s/lj27touaz8iu9i5/ios%202.zip?dl=0 Here is source code.

and I didn't use absolute/fixed position in CSS stylesheet. please let me know what is the problem.

Best Regards.

Jin.

technicalboy86 commented 9 years ago

Hello. Would you tell me what is my mistake?

technicalboy86 commented 9 years ago

Hi javi. Could you send me your source which is working well so that i can check it and my code?