神秘博士
神秘博士
@zy990081568 知道怎么 hook 微信小程序发出的请求吗?
**cordova-plugin-push** is conflict with this plugin, change code below of **cordova-plugin-push** solved this problem. change ``` - (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler { NSLog( @"NotificationCenter Handle push from...
@alitalaee My solution is to add some code to **cordova-plugin-push**, not cordova-plugin-local-notifications
设置 应用 里面要打开 悬浮通知 的开关
qq 微信这种用户量大的社交聊天app,估计国产安卓ui都自动开启了 悬浮通知 的开关
Try setting `correctOrientation: true` for Camera plugin?
没用过 capacitor
ios 13.几?
第一个问题,压缩逻辑我们好像没问题
第二个问题,你应该是原图方向就是不对的,勾上“原图”不矫正原图的方向 矫正方向应该在查看图片的时候做