You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
…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
모바일 웹뷰를 통해 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?
The text was updated successfully, but these errors were encountered: