Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 85 additions & 0 deletions www/_data/toc/en_13-x-src.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
-
name: Getting Started
children:
- url: guide/overview/index.html
- url: guide/cli/installation.html
- url: guide/cli/index.html

-
name: Cordova Projects
children:
- url: reference/cordova-cli/index.html
- url: guide/support/index.html
- url: platform_pinning/index.html
- url: platform_plugin_versioning_ref/index.html
- url: guide/appdev/hooks/index.html

-
name: App Development
children:
-
name: Platforms
children:
- url: guide/platforms/android/index.html
- url: guide/platforms/ios/index.html
- url: guide/platforms/electron/index.html
-
name: Customization
children:
- url: config_ref/images.html
- url: core/features/splashscreen/index.html
-
name: Security & Privacy
children:
- url: guide/appdev/security/index.html
- url: guide/appdev/privacy/index.html
- url: guide/appdev/allowlist/index.html
- url: cordova/storage/storage.html

-
name: Plugin Development
children:
- url: guide/hybrid/plugins/index.html
-
name: Support a Platform
children:
- url: guide/platforms/android/plugin.html
- url: guide/platforms/ios/plugin.html
- url: plugin_ref/plugman.html

-
name: References
children:
- url: config_ref/index.html
- url: plugin_ref/spec.html
- url: cordova/events/events.html

-
name: Resources
children:
- url: third-party/index.html
- url: guide/cli/template.html
- url: guide/next/index.html

-
name: Plugins
children:
- url: reference/cordova-plugin-battery-status/index.html
- url: reference/cordova-plugin-camera/index.html
- url: reference/cordova-plugin-device/index.html
- url: reference/cordova-plugin-dialogs/index.html
- url: reference/cordova-plugin-file/index.html
- url: reference/cordova-plugin-geolocation/index.html
- url: reference/cordova-plugin-inappbrowser/index.html
- url: reference/cordova-plugin-media/index.html
- url: reference/cordova-plugin-media-capture/index.html
- url: reference/cordova-plugin-network-information/index.html
- url: reference/cordova-plugin-screen-orientation/index.html
- url: reference/cordova-plugin-splashscreen/index.html
- url: reference/cordova-plugin-statusbar/index.html
- url: reference/cordova-plugin-vibration/index.html

-
name: Advanced Topics
children:
- url: guide/hybrid/webviews/index.html
614 changes: 614 additions & 0 deletions www/_site/.htaccess

Large diffs are not rendered by default.

273 changes: 273 additions & 0 deletions www/_site/2021/02/07/deprecate-wkwebview-engine.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,273 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<meta name="description" content="Deprecation of the Cordova WKWebView Engine Plugin">

<title>


Deprecate Wkwebview Engine -


</title>

<link rel="SHORTCUT ICON" href="/favicon.ico"/>






<link rel="canonical" href="http://localhost:4000/2021/02/07/deprecate-wkwebview-engine.html">

<!-- CSS -->
<link rel="stylesheet" type="text/css" href="/static/css/main.css">
<link rel="stylesheet" type="text/css" href="/static/css/fonts.css">
<link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

<!-- JS -->
<script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
<script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>

<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '16']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->


</head>

<body>
<header>
<a class="scroll-point pt-top" name="top"></a>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<div class="nav_bar_center">
<ul class="nav navbar-nav">
<li >
<a href="/docs/en//">Documentation</a>
</li>
<li >
<a href="/plugins">Plugins</a>
</li>
<li class="active">
<a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
</li>
<li >
<a href="/contribute">Contribute</a>
</li>
<li >
<a href="/contribute/team.html">Team</a>
</li>
<li>
<a href="/#getstarted">Get Started</a>
</li>
<li>
<form class="navbar-form navbar-right" id="header-search-form" role="search">
<div class="input-group">

</div>
</form>
</li>
</ul>
</div>
</div><!--/.navbar-collapse -->
</div>
</nav>
<div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
</header>

<div class="page container">
<div class="blog">
<h1 class="blogHeader">
Blog
<span class="rss">
<img src="/static/img/subscribe.png"><a href="">RSS Feed</a>
</span>
</h1>

<div class="post">
<header>
<div class="title">Deprecate Wkwebview Engine</div>
<div class="author">By:

<a href="https://twitter.com/NormanBreau">Norman Breau</a>

</div>
<div class="date">07 Feb 2021</div>
</header>
<section>
<div>
<h2 id="deprecation-of-the-cordova-wkwebview-engine-plugin">Deprecation of the Cordova WKWebView Engine Plugin</h2>

<p>We are hereby annoucing the deprecation of <a href="https://github.com/apache/cordova-plugin-wkwebview-engine/blob/master/README.md#deprecation-notice">cordova-plugin-wkwebview-engine</a>.</p>

<p>This means that the Cordova development community will not be doing any more work on this plugin. You can continue to use this plugin as-is in existing and new applications running <code class="language-plaintext highlighter-rouge">cordova-ios@5.1.1</code> or earlier but any further issues will not be fixed by the Cordova team.</p>

<p>The WKWebView implementation has been moved to the core iOS platform as of <code class="language-plaintext highlighter-rouge">cordova-ios@6</code>. We encourage everyone to update to <code class="language-plaintext highlighter-rouge">cordova-ios@6</code> and to remove <code class="language-plaintext highlighter-rouge">cordova-plugin-wkwebview-engine</code>.</p>

<p>Your feedback is graciously accepted and appreciated!</p>

</div>
</section>
<footer>
<div class="row">
<div class="col-sm-6">

<a href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html">Previous</a>
<br>
<br>
<a class="title" href="/announcements/2021/02/04/cordova-ios-release-6.2.0.html">Cordova iOS 6.2.0 Released!</a>
<div class="date"> 04 Feb 2021 - By Niklas Merz </div>
<p class="content">
We are happy to announce that we have just released Cordova iOS...
</p>

</div>
<div class="col-sm-6">

<a href="/announcements/2021/02/16/inappbrowser-release-5.0.0.html">Next</a>
<br>
<br>
<a class="title" href="/announcements/2021/02/16/inappbrowser-release-5.0.0.html">Cordova Plugin InAppBrowser 5.0.0 Released!</a>
<div class="date"> 16 Feb 2021 - By Niklas Merz </div>
<p class="content">
<!--
NOTE:
the markdownify filter is used here
because posts are rendered in sequence;
that is, the next post's content isn't
yet rendered at the time that this post
is being rendered, so page.next.excerpt
is still in Markdown and not HTML

Reference: https://github.com/jekyll/jekyll/issues/2860
-->
We are happy to announce that we have just released an update...
</p>

</div>
</div>
</footer>
</div>

</div>

</div>

<div class="blue-divider"></div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-9">
<h1>More Resources</h1>
<div class="row">
<div class="col-sm-4">
<h2>General</h2>
<ul class="nav">
<li>
<a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
</li>
<li>
<a href="https://www.apache.org/dyn/closer.cgi/cordova">Source Distribution</a>
</li>
<li>
<a target="_blank" href="https://www.apache.org/licenses">License</a>
</li>
<li>
<a href="/artwork">Artwork</a>
</li>
</ul>
</div>
<div class="col-sm-4">
<h2>Development</h2>
<ul class="nav">
<li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-">Source Code</a></li>
<li><a target="_blank" href="https://github.com/apache/cordova#filing-a-bug">Issue Tracker</a></li>
<li><a target="_blank" href="https://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
<li><a href="/contact">Mailing List</a></li>
<li><a href="/contribute/nightly_builds.html">Nightly builds</a></li>
</ul>
</div>
<div class="col-sm-4">
<h2>Apache Software Foundation</h2>
<ul class="nav">
<li>
<a target="_blank" href="https://www.apache.org/">About ASF</a>
</li>
<li>
<a target="_blank" href="https://www.apache.org/events/current-event">Events</a>
</li>
<li>
<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
</li>
<li>
<a target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a target="_blank" href="https://www.apache.org/security/">Security</a>
</li>
<li>
<a target="_blank" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-3">
<h1>Contribute</h1>
<p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
<p>Report bugs, improve the docs, or contribute to the code.</p>
<a href="/contribute" class="btn btn-lg btn-primary">
Learn More
</a>
<p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
</div>
</div>
<p class="copyright_text">
Copyright &copy; 2025 <a href="https://apache.org">The Apache Software Foundation</a>, Licensed under the <a target="_blank" href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.<br/>
Apache and the Apache feather logos are <a target="_blank" href="https://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
<br/>
<p>See the <a href="/attributions/">attributions page</a> for other copyright & trademark notices.</p>
</p>

</div>
</footer>


<script defer type="text/javascript" src="/static/js/index.js"></script>
<script defer type="text/javascript" src="/static/js/twitter.js"></script>
</body>
</html>
Loading