fix:1、添加sdk。2、添加h5
This commit is contained in:
@@ -610,7 +610,7 @@ namespace ChillConnect
|
||||
var url = $"mailto:{email}?subject={subject}&body={body}";
|
||||
var uri = new Uri(url);
|
||||
|
||||
Application.OpenURL(uri.AbsoluteUri);
|
||||
OpenBrowser.OpenURL(uri.AbsoluteUri);
|
||||
GameHelper.ShowTips("Trying to call send mail...");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user