penglei

Results 6 comments of penglei

我的项目中也有这个需求,请问各位都解决了吗?可以方便说一下解决方法吗?

请问解决这个问题了吗? 我也遇到了,华为手机第一次调用onNotify,code 返回0,有数据。断连,再次调用 code=-1,没有返回数据。在小米手机上,第一次调用onNdtify,code 返回0,也没有返回数据。

nrf connect测试过,是可以连接通的,我测试小米手机是红米note4,网上讲是MTU的原因,还在研究中。但是,如果第一次调用onNotify,code 返回0,再断连,重新连接蓝牙,code 必返回-1或者-2,这个是什么原因?

我也是遇到这个问题 ,你们都解决了吗?

你好,更新最新版本2.7.2时,也会偶尔出现偏移情况。 new XPopup.Builder(getContext()) .hasShadowBg(false) .isClickThrough(false) .hasStatusBar(true) .hasNavigationBar(true) .popupAnimation(PopupAnimation.ScaleAlphaFromCenter) .popupPosition(PopupPosition.Bottom) .atView(view) .asCustom(new DrugTypePopup(getContext(), new DrugTypePopup.OnSelectListener() { @Override public void onSelect(int position, int id, String text) { Log.e("text", "====" + position +...

使用的是华为平板,型号:BAH3-W59。 目前我使用的是最新版本2.7.2。目前我的解决方法是,设置固定的pop xml的宽度和高度,测试可满足需求,暂时还没出现偏移到屏幕外的情况。