Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

app/webview-ext.ios.ts:719:20: <WKUIDelegateNotaImpl: 0x600001533410> #81

Open Rho-bur opened 4 years ago

Rho-bur commented 4 years ago

Which platform(s) does your issue occur on?

iOS/
iOS 9.0
Generic IOS device

Please, provide the following version numbers that your issue occurs with:

CLI: 6.5.0
iOS: 11.5
nodejs: 11.15.0
tns-core-modules: 6.5.2
Runtime(s): 6.5.0
Plugin(s):
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"eslint": "^6.7.2",
"eslint-plugin-nativescript": "0.0.0",
"fibers": "^4.0.1",
"nativescript-dev-webpack": "^1.5.1",
"nativescript-vue-devtools": "^1.2.0",
"nativescript-vue-template-compiler": "^2.0.0",
"node-sass": "^4.9.2",
"sass": "^1.23.0-module.beta.1",
"vue-loader": "^15.4.0",
"webpack-cli": "^3.3.11"
}

Suddenly I can't log anything from within the webview's html file, no error it just doesn't print anything; the document,getElementById doesn't work either. Other than that the js code from within the webview's included file is working so no problem. What I see in the console is: CONSOLE LOG file: app/webview-ext.ios.ts:719:20: <WKUIDelegateNotaImpl: 0x600001533410> Funny thing is that I can't find this webview-ext.ios.ts file there's just the webview-ext.ios.d.ts.

I-NOZex commented 4 years ago

I noticed this problem now, I'm using the ios simulator for a iPhone 11 @ ios 13.5. For me it doesn't render anything… all I can see is that error in the console (in Android everything works)

m-abs commented 4 years ago

@I-NOZex

Can you make a demo project with the error? Otherwise it is very hard to solve this issue.

I-NOZex commented 4 years ago

Hi @m-abs , please dismiss my problem, I've found out that for an unrelated reason the webview was being rendered with 0 height… So far I don't have anything to report.