Funyinoluwa Kashimawo
Funyinoluwa Kashimawo
Nice, thanks @fan123199 and @Ashok-Varma
Application context does not work
If you have any widgets that are placed above the webView and receive gesture events wrap them with [pointer interceptor](https://pub.dev/packages/pointer_interceptor).
It's probably possible if the composable has a life cycle that you can use to register and unregister events. Although the subscribers also have to be functions so I am...
This is a very wonderful package, thanks a lot. Please add this to the documentation or fix it. I had to beat around till I found it plus the documentation...
> I successfully solved it with cameraPositionState: Column ( .verticalScroll(rememberScrollState(), enabled = !cameraPositionState.isMoving) ) Didn't work for me
> I wasn't able to get it working exactly like this, but the experimental motionEventSpy worked like a charm: > > ``` > var columnScrollingEnabled: Boolean by remember { mutableStateOf(true)...
Hmm, this makes sense but the issue came up because there was some delay in navigation. I think a good fix would be to reject any new requests to navigate...
This seems like a great idea but it did not work. I also tried checking if any item in the list contains the key of the screen I am about...
> I'm not involved with it but this fork of openhtmltopdf supports pdfbox 3.0 https://github.com/imario42/openhtmltopdf Thanks @matmannion . That worked for me