随笔分类 -  H5

摘要:万能的GITHUB: https://github.com/davidshimjs/qrcodejs HTML: <div class="col-xs-10 col-xs-offset-1 text-center" id="qrcode"></div> JavaScript: 这样,当页面完成加载后 阅读全文
posted @ 2018-11-06 16:49 ROTA 阅读(2269) 评论(0) 推荐(0)
摘要:参考链接: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)