Bradley Grimm
Bradley Grimm
+1 For this feature request.
It will have similar difficulties. I attempted to port the transition package. I had some success, but ran into a couple of issues due to two missing features: 1) ViewGroup.suppressLayout...
I attempted to port the transition package. I had some success, but ran into a couple of issues due to two missing features: 1) ViewGroup.suppressLayout and 2) View.setTransitionAlpha. It doesn't...
@hungpv297 Here's an example of how to add the static file to the same server hosting the vc2: https://github.com/bradgrimm/voicechat2/pull/1 The main gist of it is... Serve statically: ``` app.mount("/static", StaticFiles(directory="static"),...