
So i searched it: nanobox-io]$ find /home/jerome/Documents/code/go/domainhex/src//nanobox.io -name golang-scribbleįind: ‘/home/jerome/Documents/code/go/domainhex/src//nanobox.io’: No such file or directory

home/jerome/Documents/code/go/domainhex/src//nanobox.io/golang-scribble (from $GOPATH) usr/lib/go/src//nanobox.io/golang-scribble (from $GOROOT) /pkg/storage/json/repository.go:14:2: cannot find package "/nanobox.io/golang-scribble" in any of: The issue happens whereas I'm installing myself an UIScribbleInteraction or do nothing and let the system do this itself on UITextInput apparently.I did go get /nanobox-io/golang-scribble, but when i try to run the main.go i get the error beer-server]$ go run main.go This is for iOS 14 beta 1 on a 10.5 iPad Pro with the 1st generation Pencil. If draw slowly to the left, the same, with the handle ~5cm farther to the left.ĭoes anyone has the same issue? This renders scribble unusable in my view. If I draw slowly to the right, sometime I see the selection handle position move ~5cm farther than the pencil to the right. In other words, scribble interaction fails to identify the range to act on, and always find a range that is bigger than it should be. If I'm using my finger, everything is fine. I'm quite sure the "positions for point" that I'm returning are correct, as well as the tokenizer's responses. In an off the shelf UITextView, I'm seeing the same ranges being asked, and then a convergence with requests for words ranges. I'm seeing the tokenizer being asked for sentences ranges, but never words. The same if I strike through, or try to insert or delete a space. I'm also using a custom UITextInputStringTokenizer subclass, but the issue it the same with a bare UITextInputStringTokenizer: whatever I'm trying to select, the interaction selects the whole sentence, or some sub-sentence, but never the word. I have a custom UITextInput view implementing all the methods (I guess) of UITextInput.
