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 17d2ada commit d5bdbaaCopy full SHA for d5bdbaa
src/ios/wk-plugin.js
@@ -8,17 +8,12 @@
8
// Initialize Ionic
9
window.Ionic = window.Ionic || {};
10
11
- function normalizeURL(url) {
12
- console.warn('normalizeURL is deprecated, use window.Ionic.WebView.convertFileSrc');
13
- return window.Ionic.WebView.convertFileSrc(url);
14
- }
15
if (typeof window.wkRewriteURL === 'undefined') {
16
window.wkRewriteURL = function (url) {
17
console.warn('wkRewriteURL is deprecated, use window.Ionic.WebView.convertFileSrc instead');
18
return window.Ionic.WebView.convertFileSrc(url);
19
}
20
21
- window.Ionic.normalizeURL = normalizeURL;
22
23
var stopScrollHandler = window.webkit.messageHandlers.stopScroll;
24
if (!stopScrollHandler) {
0 commit comments