mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-18 18:41:08 +00:00
Remove iOS sniff. Tsk tsk tsk
This commit is contained in:
parent
5fdc1dc2d1
commit
6be8697adc
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@
|
|||
* Initializes hidden textarea (needed to bring up keyboard in iOS)
|
||||
*/
|
||||
initHiddenTextarea: function() {
|
||||
if (!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)) return;
|
||||
|
||||
this.hiddenTextarea = fabric.document.createElement('textarea');
|
||||
|
||||
this.hiddenTextarea.setAttribute('autocapitalize', 'off');
|
||||
|
|
|
|||
Loading…
Reference in a new issue