随笔分类 -  Xamarin

摘要:参考链接:https://github.com/xamarin/recipes/tree/master/Recipes/android/controls/webview/call_csharp_from_javascript 一、MainActivity中 //这个方法用于让H5调用android方 阅读全文
posted @ 2018-10-25 15:51 ROTA 阅读(1674) 评论(0) 推荐(0)
摘要:一、前提条件,App必须具有NFC权限。 二、项目中加入监控类NFCCatchActivity.cs [Activity(Label = "NFCCatch",Theme = "@android:style/Theme.NoDisplay")] [IntentFilter(new[] { "andr 阅读全文
posted @ 2018-10-11 09:36 ROTA 阅读(1455) 评论(0) 推荐(0)