Steve Harris

Results 76 comments of Steve Harris

Hacky, but when I couldn't OR the fields masks in Swift 2.0, this is what I did with rawValue to make it work in 0.1.11: ``` // Some Swift2 changes...

I have not looked into it and thought the standard WKWebView contenteditable behavior would just do the right thing. Do you know if it has the right cursor behavior. I...

Thank you very much! I will look into it.

I have no plans to support MacOS, only Mac Catalyst, but I don't think it would be hard to pull together. If you've done it or worked on it, let...

Fwiw, I have not heard of anyone working on it and have not tried myself. If you're going to look into it further, perhaps we could use a Discussion to...

Probably. I hadn't thought it was useful since the MarkupWKWebView needs focus for the toolbar to do anything to it, and whenever it gets focus, the keyboard appears. At least...

Wouldn't it be easier to create your own custom toolbar and manage it yourself (i.e., `MarkupEditor.toolbarLocation = .none`) and then re-use the individual toolbars that the MarkupToolbar itself is composed...

Although everything works on iOS, I only have expectations of it being useful on an iPad. I my own usage, I just drop back to navigation to full screen views...

AFAICT there is no way to use a debugger on the Swift side when calling from node.js. I found that being able to log from Swift to the node console...

FWIW, I formalized the `NodeConsole.log` stuff above into a package you can use in a NodeSwift project, and I included a backend for [SwiftLog](https://github.com/apple/swift-log) so that normal logging like `logger.info("message")`...