felixkrautschuk

Results 65 comments of felixkrautschuk

I am also having this problem sometimes. Most times it only occurs when working with simulators and real device at the same time. When I close all simulators and build...

I also can see quite a high number of crashes in Google Play Console, that look similar to this: > Cannot find runtime for instance=android.net.ConnectivityManager_NetworkCallback_vendor_38342_42_NetworkCallbackImpl@6a3a5a9 > at com.tns.Runtime.callJSMethodImpl (Runtime.java:1181) >...

@NickIliev just to give more detailed information on this: The issue is not related to the ScrollView component. I tested adding a ListView with buttons to the RadSideDrawer and the...

@NickIliev , we figured out, that this issue is related to the **gesuresEnabled** property of the RadSideDrawer. When setting this property to _false_, the issue does not occur and the...

I just noticed, that the issue does not occur when setting `gesturesEnabled="false"` in the `loaded` event for the RadSideDrawer component (when setting that in XML, it has still no effect).

@timbell @jessorlisa could you try nativescript-ui-listview 9.0.4? I also have issues using the RadListView component on Android since version 9.1.0 + https://github.com/ProgressNS/nativescript-ui-feedback/issues/1508

I just realized that the location gets updated correcly for one time, after switching to the Google Maps app, show the user location there and then switching back to our...

Are there any news on this?

I am using Vanilla JS (no Angular) but having the same issue as well on Android.

I also tried to register a tap-handler from the loaded-event of the Button like this: XML `` TS ``` export function onGoogleSignInButtonLoaded(args: EventData) { const btn = args.object as GoogleSignInButton;...