Skip to content

Commit 3abae0e

Browse files
committed
apps overview page
1 parent f263afe commit 3abae0e

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
link: /features/
77
- name: News
88
link: /news/
9+
- name: Apps
10+
link: /apps/
911
- name: Community
1012
link: https://github.com/WebView-CG/Compatibility-Data-Project/discussions

assets/images/googleplay.png

4.59 KB
Loading

pages/apps.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
layout: post
3+
title: CanIWebView Apps & Resources
4+
permalink: /apps/
5+
---
6+
<div class="post">
7+
<section>
8+
<h2>CanIAndroidWebView</h2>
9+
<p>
10+
CanIAndroidWebView is an open source app built to test your content inside Android WebViews.
11+
You can try different configurations and see how your content behaves in the <a href="https://developer.android.com/reference/android/webkit/WebView">Android WebView</a>.
12+
It's also useful to reproduce issues and report bugs.</p>
13+
<p>The app is available on the <a href="https://play.google.com/store/apps/details?id=com.caniwebview.android">Google Play Store</a> and the source
14+
code and issue tracker is available on <a href="https://github.com/WebView-CG/CanIAndroidWebView">GitHub</a>.
15+
</p>
16+
17+
<p>If you find a bug in the Android WebView you can submit an issue <a href="https://bugs.chromium.org/p/chromium/issues/entry?template=WebView%20Bug&labels=WebView">on the Chromium issue tracker</a>
18+
or <a href="https://issuetracker.google.com/issues/new?component=460423&pli=1&template=1157790">on the Google issue tracker</a>.</p>
19+
20+
<a href="https://play.google.com/store/apps/details?id=com.caniwebview.android">
21+
<img alt="Get it on Google Play" src="/assets/images/googleplay.png" style="padding-top: 20px;" />
22+
</a>
23+
</section>
24+
</div>
25+
26+
<div class="post">
27+
<section>
28+
<h2>CanIWKWebView</h2>
29+
<p>
30+
CanIWKWebView is an open source app built to test your content inside iOS WebViews.
31+
You can try different configurations and see how your content behaves in the <a href="https://developer.apple.com/documentation/webkit/wkwebview">iOS WebView</a>.
32+
It's also useful to reproduce issues and report bugs.</p>
33+
<p>The source code and issue tracker is available on <a href="https://github.com/WebView-CG/CanIWKWebView">GitHub</a>.
34+
</p>
35+
36+
<p>If you find a bug in the iOS WebView you can submit an issue <a href="https://developer.apple.com/bug-reporting/">on the Apple bug reporter</a> or
37+
WebKit issue tracker <a href="https://bugs.webkit.org/enter_bug.cgi?product=WebKit&component=WebKit%20iOS">Bugzilla</a>.</p>
38+
</section>
39+
</div>
40+
41+
<div class="post">
42+
<section>
43+
<h2>CanIWebView2</h2>
44+
<p>
45+
CanIWWebView2 is an open source app built to test your content inside WebView2.
46+
It's also useful to reproduce issues and report bugs.</p>
47+
<p>The source code and issue tracker is available on <a
48+
href="https://github.com/WebView-CG/CanIWebView2">GitHub</a>.
49+
</p>
50+
51+
<p>If you find a bug in the WebView you can submit an issue <a
52+
href="https://github.com/MicrosoftEdge/WebView2Feedback">on the Microsoft Edge WebView2 Feedback repository on GitHub</a>.
53+
</p>
54+
</section>
55+
</div>
56+
57+
<div class="post">
58+
<section>
59+
<h2>Acknowledgements</h2>
60+
<p>
61+
Development of these apps is part of a <a href="https://nlnet.nl/project/W3CWebview-tooling/">project</a> funded by NLnet Foundation under its NGI Mobifree Fund.
62+
</p>
63+
</section>
64+
</div>

0 commit comments

Comments
 (0)