We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bdbaa commit 02c18eaCopy full SHA for 02c18ea
src/ios/wk-plugin.js
@@ -8,13 +8,6 @@
8
// Initialize Ionic
9
window.Ionic = window.Ionic || {};
10
11
- if (typeof window.wkRewriteURL === 'undefined') {
12
- window.wkRewriteURL = function (url) {
13
- console.warn('wkRewriteURL is deprecated, use window.Ionic.WebView.convertFileSrc instead');
14
- return window.Ionic.WebView.convertFileSrc(url);
15
- }
16
17
-
18
var stopScrollHandler = window.webkit.messageHandlers.stopScroll;
19
if (!stopScrollHandler) {
20
console.error('Can not find stopScroll handler');
0 commit comments