Rohit Vishwakarma

Results 4 issues of Rohit Vishwakarma

UIKit WKWebView has lots of issues which AppKit's WKWebView don't. So I want to use AppKit WKWebView in UIKit my project is macatalyst. Is this possible with your library ?

## Bug Report ### What happened? I want to sort highlights based on their reading order, so sorted them by locator's totalProgression but since totalProgression for nearby selection is same...

bug

## 🐛 Bug Report I added datavalidations to cell to throw error for duplicate value like this ``` cell.dataValidation = { type: 'custom', formulae: [`COUNTIF($A$${2}:$A$20,A${rowNumber})