Lukas Kollmer
Lukas Kollmer
where are you getting the native window handle from?
have you tried `objc.wrap`? ```js const viewObject = objc.wrap(win.getNativeWindowHandle()); ```
Not sure what you mean, tbh. It seems to me like that's something that would fall into the scope of AppKit, rather than this library.
Fixed this, it should now work with the v0.22.0 release. Here's an example of using a block with the signature you mentioned (I also added this to the `examples/` folder)....
Can you share the working Objective-C version?
I tried to reproduce the issue, but since I don't have any scanners I can't even get the code you linked to get working as expected. Does [this](https://gist.github.com/lukaskollmer/1f87e337d1125340e057890c379bd52f) work for...
@filippocld your PR conflicts with #9. Also, there's a new email field now which should be saved to the keychain as well
fwiw, i can confirm that this is a bug with UITextView on iOS 11. I filed a radar for this in June 2017, but they never fixed it. The same...
Same here...