用户
 找回密码
 立即注册
发表于 2019-3-22 11:36:25
1.问: 手机(客户端)查看时图片不显示?
   答:参考https://www.smobiler.com/guide/problem.aspx#problem4
2.问:mediaview 怎么播放本地视频?
  答:string url = MobileResourceManager.GetResourceURL(this.Client.SessionID, "aa.mp4", "image");后面两个参数文件名,文件夹,把服务器上的文件转化为url地址

3.问:播放音频
   答: this.Client.PlayAudio

4.问:maptrimview控件在自己打包的客户端上不显示?

   答:需要打包插件,并且申请高德的安卓key,参考https://www.smobiler.com/yunapp.aspx#amap_appkey

5.问:怎么获取本机手机号码?
   答:目前没有,不过可以获取通讯录, this.Client.Contacts,具体参考https://github.com/comsmobiler/S ... nents/demoClient.cs

6.问:清楚缓存
   答: this.Client.ClearCache   https://github.com/comsmobiler/S ... nents/demoClient.cs

7.问:像ListView,GridView控件的TemplateControlName属性为什么不能进行代码绑定,一定要在设计时进行绑定?
   答:代码绑定赋值给 listview.TemplateControl





分享至 : QQ空间
0 人收藏
使用道具 举报 回复
发新帖
您需要登录后才可以回帖 登录 | 立即注册