驴割肠
驴割肠
### tdesign-miniprogram 版本 1.4.4 ### 重现链接 _No response_ ### 重现步骤 `保存` 并没有设置hover-class="none" ### 期望结果 在skyline模式下t-button组件有点击态hover效果 ### 实际结果 webview模式下正常,skyline模式下无效果 ### 基础库版本 _No response_ ### 补充说明 _No response_
### tdesign-miniprogram 版本 1.6.0 ### 重现链接 _No response_ ### 重现步骤 _No response_ ### 期望结果 webview模式下正常:  ### 实际结果 skyline模式下,右侧胶囊滑块位置溢出:  ### 基础库版本 3.5.6 ### 补充说明 _No response_
i cannot start advertusung on Android:  D/BluetoothAdapter( 3356): isLeEnabled(): ON E/MethodChannel#dev.steenbakker.flutter_ble_peripheral/ble_state( 3356): Failed to handle method call E/MethodChannel#dev.steenbakker.flutter_ble_peripheral/ble_state( 3356): java.lang.IllegalArgumentException: Advertising data too big E/MethodChannel#dev.steenbakker.flutter_ble_peripheral/ble_state( 3356): at android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(BluetoothLeAdvertiser.java:379) E/MethodChannel#dev.steenbakker.flutter_ble_peripheral/ble_state(...
## 需求 外围设备应一直保持广播状态 ## 问题 初始化外围设备时开始广播,当中心设备连接到外围设备再断开连接后,外围设备就不再广播了(无法扫描到外围设备),这也导致了定义的isAdvertising字段失去意义 注: - 期间我只调用`startAdvertising`,从没有调用过`stopAdvertising` - 使用的包为`bluetooth_low_energy_android: 6.0.2` ## 目前解决方案 外围设备当监听到连接状态改变时,先调用`stopAdvertising`,再进行`startAdvertising`开启广播,暂时得以解决,不知道大佬有没有更好的解决方案 ## 建议 能否加个外围设备广播状态的监听回调?
我用您的demo在安卓平板上运行了下,主机模式扫描连接都没有问题,但是外围模式(从机)无法使用,显示说是不支持  但是我用nRF Connect看了下平板的设备信息,是支持外围模式(从机)的  请问这个问题怎么解决呢?目前的需求是将安卓平板设为外围模式并广播,但是此包无法使用
**Describe the bug** A dismissed Dismissible widget is still part of the tree. Make sure to implement the onDismissed handler and to immediately remove the Dismissible widget from the application...
feat(docs): Update the permission request description and add new permission support - Updated the permission request description in Info.plist and added support for critical alert permissions - Updated the key...
Improve Chinese translation ## Summary by CodeRabbit * **Documentation** * Refined Chinese translation consistency with numerous wording improvements and minor grammatical adjustments throughout README documentation for enhanced clarity and readability.