Vahid Najafi
Vahid Najafi
Any plan for support this?
I found a hacky way, but it's not a good idea: ```JS $("body").on('DOMSubtreeModified', ".dropdown-toggle span", function(e, data) { console.log(e.target.innerText); }); ```
I have the same error while accessing `android.R`. This doesn't happen with accessing to `android`. Here is the [demo](https://play.nativescript.org/?template=play-ng&id=kAkQLP) from the playground: ``` [Vahid]: js access: 0.00ms [Vahid]: native access:...
@Yermo Should it be implemented in the native side? Or maybe there is a workaround by sending http request to an API by javascript?
@Yermo Sure, I appreciate it.
@NickIliev @tsonevn Any idea on this?
@jocafi Yes, unfortunately, there is no feedback from anyone. Hope this will be fixed in new [Tab-View Redesign](https://github.com/NativeScript/NativeScript/issues/6967)
@lostation No, page-router-outlet doesn't handle it correctly. See [here](https://github.com/NativeScript/login-tab-navigation-ng/blob/master/src/app/app.component.html). Also see the issue at the [same repo](https://github.com/NativeScript/login-tab-navigation-ng/issues/7).
hey @imerljak Does it relate to my issue? #1830
I solved the issue by adding the following to the gradle file (platforms/android/app/build.gradle): ```gradle android { // Add this lintOptions { checkReleaseBuilds false } ... ```