John Johansen

Results 17 comments of John Johansen

Just only me who think about reading programming articles in Thai is more harder than reading them in english :sweat_smile: **Example:** Index = ดัชนี..

@cjoh Yeahhhhh

@rkusa Did you test for all modern browsers ? Thanks

@rkusa Ok, I tested with Chrome + Firefox , work so fine ! Thanks ! http://jsfiddle.net/UjwfB/

@rkusa That should be something like... $('[contenteditable]').on('paste', function (e) { e.preventDefault(); var text = (e.originalEvent || e).clipboardData.getData('text/plain') || false; if (text) { document.execCommand('insertText', false, text); } else { text =...

@rkusa good job, thanks :D

@sofish Oh yes forgot about that , thanks, Will try and will tell you

Got issue about SafeArea also but ```Invariant Violation: Tried to register two views with the same name RNCSafeAreaProvider```

Thanks @baldmountain @icambron for take a look on this issue 👍