# ShingoFukuyama/WKWebViewTips

WKWebView Tips (iOS 8.1.0)

Repository: https://github.com/ShingoFukuyama/WKWebViewTips
Canonical: https://ross.abutalabs.com/products/wkwebviewtips
License Family: other
Last push: 2018-03-29T12:58:18+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4325, "days_push": 3079, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1141, forks 74 (observed 2026-08-28T04:03:44.553512+00:00)

## What it is
A curated collection of tips, gotchas, and code workarounds for Apple's WKWebView API introduced in iOS 8. It documents common pitfalls like file:// access restrictions, target=_blank links, URL scheme handling, and JavaScript dialog delegate methods with Objective-C examples.

## Use cases
- handle target=_blank links in WKWebView
- load local files with file:// scheme in WKWebView
- show JavaScript alert confirm prompt in WKWebView
- handle basic digest authentication challenge in WKWebView
- open App Store links from WKWebView
- set up WKWebView programmatically without storyboard

## When to choose
- you are working with WKWebView on older iOS versions and hitting its known quirks
- you need quick Objective-C snippets for WKWebView delegate workarounds

## When to avoid
- you target modern iOS where most of these issues are fixed
- you need a maintained library rather than a static reference
- you work primarily in Swift rather than Objective-C

## Facets
- artifact type: learning-resource
- maturity: abandoned
- function: documentation, developer-tools
- domain: mobile-development, web-development, tutorials, developer-tools
- platform: cpp
- tags: wkwebview, webkit, objective-c, ios-8, cocoa-touch, tips-and-tricks, ios, swift, mobile

## Member repositories
- ShingoFukuyama/WKWebViewTips (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.553512+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:35:22.900043+00:00, confidence not recorded.
  - readme: https://github.com/ShingoFukuyama/WKWebViewTips (fetched 2026-08-28T04:03:44.553512+00:00, sha 11c8b3eb9823)
- Data as of 2026-08-30T08:39:29.467469+00:00.
