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

Native Keyboard UI pops up when selecting cells in Mobile web #266

Closed
hyunhyukCho opened this issue Feb 12, 2019 · 2 comments
Closed

Native Keyboard UI pops up when selecting cells in Mobile web #266

hyunhyukCho opened this issue Feb 12, 2019 · 2 comments
Labels

Comments

@hyunhyukCho
Copy link

hyunhyukCho commented Feb 12, 2019

모바일 웹뷰를 통해 grid를 보여주고 있습니다.

모바일에서 셀 선택시 키보드가 위로 올라오는데 제거 하는 방법이 있을까요?

api를 보고 있는데 그런 속성을 못찾겠네요..


이슈 관리 정책상 제목과 본문을 영문으로 수정합니다. 양해 부탁드립니다.

English

I'm using the Grid in mobile web, but whenever I select a cell, the native keyboard UI pops up.
Is there any way to get around this issue?

@dongwoo-kim dongwoo-kim changed the title 모바일 grid 클릭시 키보드 제거 Native Keyboard UI pops up when selecting cells in Mobile web Feb 20, 2019
@dongwoo-kim
Copy link

dongwoo-kim commented Feb 20, 2019

This is a known issue (#74 #76 #182). TOAST UI Grid doesn't officially support mobile environment yet. This happens because the Grid is using a hidden textarea element to offer clipboard-copy functionality when users press ctrl + c in Internet Explorer.

We are planning to handle this issue after the major update v4.0.0, but it may take a few months.

jung-han pushed a commit that referenced this issue Mar 13, 2019
…279)

* fix: prevent focus clipboard event when using mobile browser

* fix: detect mobile browser when focus first

* chore: apply review

* chore: write mobile feat on readme

* chore: apply review - 2
@jung-han
Copy link
Member

jung-han commented Apr 9, 2019

@gurgus0189 Fixed in v3.7.0

@jung-han jung-han closed this as completed Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants