我在 xamarin 上创建 webview 时遇到问题 nugut xam.plugin.connectivity 的替代品是什么,它无法更新,我想使用它创建一些委托,例如“OnConnectivityChanged”
寻找另一个坚果
您可以使用
Xamarin.Essentials
插件。
它还将为您提供网络状态和更改事件的信息。
参考链接:https://devblogs.microsoft.com/xamarin/easily-check-mobile-device-connectivity-with-xamarin-essentials/
步骤:
Connectivity.ConnectivityChanged += Connectivity_ConnectivityChanged;