Alex
Alex
It seems there is no automatic route tracking. Do I need to send a manual track event with the route navigation data in a specific way?
Is there a way to show tooltips programmatically? [I've found a way](https://stackoverflow.com/a/55388812/4783564) to simulate hover state on vanilla chart.js but can figure out how to do it in Angular...
The documentation says you can pass `null` or an empty string to the shadow directive to remove the shadow. I'm dynamically passing a number value or null depending on the...
I use `pageHeight="auto"` in slides, but when the phone is rotated into landscape the height is shrinked to the viewport's height, messing up the whole content inside the slide. I've...
Strange enough, it works without `--release` mode. I'm using JVM17 and AGP8 btw. ``` java.lang.IncompatibleClassChangeError: Class 'android.content.res.XmlBlock$Parser' does not implement interface 'hk.a' in call to 'int hk.a.next()' (declaration of 'h1.a'...
### Description flutter test breaks when trying to test a widget that uses dynamic texts: ``` RiveAnimation.asset( 'foo.riv', fit: BoxFit.contain, stateMachines: const ['State Machine 1'], onInit: (artboard) { final bookTraining...
I run dynamic links with my own custom domain. It works great in Android, but for some reason iOS always return 'Deep Link Web URL query is empty'. Any ideas?
This is the code: `this.fbAuth.verifyPhoneNumber('foo-number', 30000).then(id => console.log(id));` Works fine in Android phone, immediately crashes in iPhone.
Lately we've been spammed with these errors in iOS devices from Segment plugin: ``` ErrorLoadingStorage state.dart in PersistedState.init. Error loading storage: FormatException: Unexpected character (at character 13) {"queue":[]}anonymousId":"ff3b23a3-d9b9-42cf-be59-5574cf37da38","messageId"... ``` Any...