You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you guys are doing the very good job, I am creating a simple application by using nativescript and I am new on nativescript as well as native platforms.
I want to access webview document height and cookies of loaded URL.
I found a library that is named as 'nativescript-webview-interface' but after 3.4.0 update it is not working. And the repository is also inactive for a long time.
I had verified almost all StackOverflow related to nativescript and webview
the platform should be both
-cli: 3.4.0
-cross-platform: 3.4.0
runtime: 3.4.0
Please help me to access webview cookies and document height.
Once again cheers for fabulous work.
The text was updated successfully, but these errors were encountered:
@dhananjaykumar880 there is an upcoming fix in android-runtime that is about to be patched which will resolve the issue for plugins like nativescript-webview-interface not being built.
Stay tuned for versions 3.4.1 of tns-android and you will be able to use nativescript-webview-interface.
Regarding getting the height of your webview - you can use the approach shown here
But I need it for ios too as currently, I am working on ios.
and you have suggested a stack for height but it will work when interface library will work.
I don't know when will a new version release of tns-android and tns-ios?
Hello Everyone,
you guys are doing the very good job, I am creating a simple application by using nativescript and I am new on nativescript as well as native platforms.
I want to access webview document height and cookies of loaded URL.
I found a library that is named as 'nativescript-webview-interface' but after 3.4.0 update it is not working. And the repository is also inactive for a long time.
I had verified almost all StackOverflow related to nativescript and webview
the platform should be both
-cli: 3.4.0
-cross-platform: 3.4.0
runtime: 3.4.0
Please help me to access webview cookies and document height.
Once again cheers for fabulous work.
The text was updated successfully, but these errors were encountered: