wilinz

Results 28 issues of wilinz

HorizontalPager cannot save the AndroidView state. When switching pages, the AndroidView factory will be triggered, resulting in view recreate. If WebView is used in HorizontalPager, the webpage will be reloaded...

```kotlin val webViewState = rememberWebViewState("https://github.com") var webView: WebView? = remember { null } val swipeRefreshState = rememberSwipeRefreshState(isRefreshing = false) SwipeRefresh(state = swipeRefreshState, onRefresh = { swipeRefreshState.isRefreshing = true webView?.reload() swipeRefreshState.isRefreshing...

如果使用https认证服务器该如何配置

如果认证心跳设置为60秒,网速又非常快的话,客户端使用的流量可能会超过服务器的配额。因为服务端60秒后才收到auth心跳,才能禁止客户端联网,可能客户端已经用了300MB流量,而服务器本来的配额是50MB,但是服务器只有收到auth心跳才知道客户端用了300MB。 能否在第一次认证的时候服务器返回流量配额,以及网速限制,当wifidog监视到客户端使用的流量超过配额时立即将客户端断网,并且调用服务端message接口

enhancement

增加上下行网速限制功能

## Steps to Reproduce the Problem After entering the camera, I did not take a picture and exited. At this time, it saved a gray picture, which is not what...

bug
help wanted
good first issue

Display is not compatible, as shown in the figure ![IMG_20220803_143425](https://user-images.githubusercontent.com/59408438/182540941-11e43d03-e0f3-4753-8426-d40de3a4b3a0.jpg)

能不能写个文档,表示看不懂示例