From 22bb8036828ab12d376123afee0b85b58debf24c Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Sat, 25 Apr 2026 11:17:59 +0000 Subject: [PATCH 1/4] add webcompat.dev webcomponent to homepage --- pages/home.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/home.html b/pages/home.html index 31fba01..467b2eb 100644 --- a/pages/home.html +++ b/pages/home.html @@ -6,6 +6,11 @@

What is a WebView?

+ + +
From 9da8bda7eba4d179f585a054bce9bc922ef5ba89 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Sat, 25 Apr 2026 11:30:56 +0000 Subject: [PATCH 2/4] add post for webcompat --- _posts/2026-05-08-webcompat-dev.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _posts/2026-05-08-webcompat-dev.md diff --git a/_posts/2026-05-08-webcompat-dev.md b/_posts/2026-05-08-webcompat-dev.md new file mode 100644 index 0000000..04158df --- /dev/null +++ b/_posts/2026-05-08-webcompat-dev.md @@ -0,0 +1,8 @@ +--- +title: "CanIWebView and more tools on webcompat.dev" +date: 2026-05-08 +--- + +You might have noticed that the home page changed a little recently. It now shows where caniwebview.com get it's data from using the new info site [webcompat.dev](webcompat.dev). Many individuals, groups and organizations work together collecting data, documentation and more and building these awesome tools that describe the state of the web. CanIWebView is just one downstream consumer. + +**Please check it out and contribute!** \ No newline at end of file From 96d399ba4421d6d8493f5e707ded6ff1cdb94bc5 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Sun, 26 Apr 2026 08:27:53 +0000 Subject: [PATCH 3/4] fix caniwebview naming --- _posts/2025-10-15-CanIWebView-Apps-Now-Available.md | 2 +- pages/app.html | 4 ++-- pages/home.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2025-10-15-CanIWebView-Apps-Now-Available.md b/_posts/2025-10-15-CanIWebView-Apps-Now-Available.md index 4136fa6..86c46c7 100644 --- a/_posts/2025-10-15-CanIWebView-Apps-Now-Available.md +++ b/_posts/2025-10-15-CanIWebView-Apps-Now-Available.md @@ -1,5 +1,5 @@ --- -title: "Test Your Site in Real WebViews - CanIWebview for Android & iOS" +title: "Test Your Site in Real WebViews - CanIWebView for Android & iOS" date: 2025-10-15 --- diff --git a/pages/app.html b/pages/app.html index f534897..014584a 100644 --- a/pages/app.html +++ b/pages/app.html @@ -6,7 +6,7 @@

What is this all about?

-

CanIWebview is an initiative driven by the +

CanIWebView is an initiative driven by the WebView CG to make machine-readable compatability data on WebViews more readily available for documentation platforms and @@ -25,7 +25,7 @@

BCD Collector

You can use this app to run the BCD collector and help us collect data for CanIWebview and more sources. + href="https://mdn-bcd-collector.gooborg.com/">BCD collector and help us collect data for CanIWebView and more sources.

diff --git a/pages/home.html b/pages/home.html index 467b2eb..9662745 100644 --- a/pages/home.html +++ b/pages/home.html @@ -8,7 +8,7 @@

From 1083cc31b566987eb171bc30192b3b15610de471 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Sun, 26 Apr 2026 08:38:47 +0000 Subject: [PATCH 4/4] add webcompat.dev svg in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad0b7a8..6eddac1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The WebView Compatibility Data Project is an initiative driven by the [WebView C to [make machine-readable data more readily available for documentation platforms and other tools ](https://github.com/WebView-CG/charter/blob/04422d7cb3ecc80a7d0f6755135995a74deab64b/charter.md?plain=1#L26). +![CanIWebView and other tools](https://webcompat.dev/assets/img/graphs/CanIWebView.svg) + ## Development Prerequisites: