MousyBusiness

Results 10 comments of MousyBusiness

> You can disable the auto initialization of the facebook sdk on android adding the next code in your AndroidManifest inside the application application > > ``` > android:value="false"/> >...

Hi team, from what I can tell, the auth redirect is using localhost with http (unencrypted), meaning the refresh token is unencrypted on the local network. My understanding is that...

I've just hit this and I think the warning is a red herring... Other than the normal 100million cleans, version changes and rebuilds, I did two things that eventually go...

FullScreenshot is not working for me in Docker Headless

I have this same issue trying to rending Google Cloud SVGs. I clean with usvg to remove the styling (which isn't supported). But the masking prevents 3 lines from drawing...

@danagbemava-nc The testing was done on iPad. The video would not be extremely obvious what is happen, as the scroll view simply doesn't work. The expected behaviour is that horizontal...

@Renzo-Olivares This workaround fixes the nested scrolling, but it still has another issue which is that a parent gesture detector doesn't get onScale events in the horizontal axis (vertical works).

Try this @Renzo-Olivares. I've clamped the scrollviews and put them into a gesture detector with a transform for a bit of visual feedback. You'll notice that when touching the yellow...

@Renzo-Olivares it actually still happens if you remove both scroll views. The source of the event absorb seems to be these lines in TextField (line 1477): ``` child: _selectionGestureDetectorBuilder.buildGestureDetector( behavior:...

@maheshmnj is there plans to implement this?