Skip to content

v13.2.2

Compare
Choose a tag to compare
@boehlerlukas boehlerlukas released this 06 Feb 13:54
· 36 commits to main since this release
  • Removed
if (@available(iOS 16.4, *)) {
        [self.webView setInspectable: YES];
    } else {
        // Fallback on earlier versions
    }