Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

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

Open
Rho-bur opened this issue Jun 9, 2020 · 3 comments
Open

Comments

@Rho-bur
Copy link

Rho-bur commented Jun 9, 2020

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
Copy link

I-NOZex commented Jul 16, 2020

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
Copy link
Contributor

m-abs commented Jul 21, 2020

@I-NOZex

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

@I-NOZex
Copy link

I-NOZex commented Aug 10, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants