Clocks

Results 380 comments of Clocks
trafficstars

To reiterate, the behavior is as following for the game 1. gamescope runs 2. warthunder launcher runs and opens gui 3. click play 4. launcher gui closes 5. gamescope closes...

This is a recurrent issue, sometimes for long periods it works, sometimes it does not.

@andkulikov It seems this issue is routed with the following code at line 88 of WebView.kt ```kotlin layoutParams = ViewGroup.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT ) ``` Setting it to wrap content for...

furthermore, this also seems to occur on horizontal as well It seems to derive from a delay in rendering causing the constraints to be out of wack.

The expected behavior is that when the Web content is used to render a passage of text. This can be news, novel, etc, from the internet. If the webview content...

> Would it be possible to provide some sample code? I have implemented with the instructions above and I am unable to reproduce. For me when I do that the...

> This seems to be the root cause, any plan to fix it? [#1127 (comment)](https://github.com/google/accompanist/issues/1127#issuecomment-1103185274). i.e. the layout params should not be hardcoded as `MATCH_PARENT` as it will not work...

0554af0b622fea152353fcbd80ce8dc6ae7d2c00 seems to solve this