Osama Abbas
Osama Abbas
After some digging, it is here: `button.nativeView.__nativeView` This should be added to the docs I guess.
And for WebView, it is: `webView.__nativeView`!
Yes it is. I looked into the source code, I found that this property `.nativeView` is set in many places. So, that's why it has a different value. But the...
Please check this issue and its workaround: https://github.com/NativeScript/NativeScript/issues/6437 As you can see, to solve it we need an access to the real `nativeView` object. Which is missing in SearchBar.
According to CHANGELOG.md, > BREAKING CHANGES > All elements are now Vue components, in some cases where a ref is used to get the nativeView will have to be updated...
Nice idea. I will consider implementing it in the next major update. I have almost finished version 2, but then I became extremely busy. Hopefully I will return to it...
Sorry for the late response. To be honest, it's unlikely that it will be released before Feb 2022.
Unfortunately not yet. Adding this feature will require radical changes that would probably break backward compatibility. It also need some time and some mind clarity :) ; I lack both...
Good idea, thanks for the suggestion.
I apologize that I missed this issue. This is the first time I notice it. Please provide a minimal reproducible example that shows the same error, something that I can...