<swiper-item catchtouchmove='catchTouchMove'> <!--重点这里--> // 截获竖向滑动 catchTouchMove:function(res){ return false }
swiper怎样禁用手动滑动?向上滑动的公告栏(swiper实现),出现屏幕向上滑动时只滑动了公告栏里面的内容,屏幕没有动!!!
2021-06-28重写这个方法可解决 - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray&lt;id&lt;UIUserActivityRestoring>> * __nullable restorableObjects))restorationHandler{ return [WXApi handleOpenUniversalLink:userActivity delegate:self]; }
调用微信登录,接收不到回调?wxlog:Error:fail to load Keychain status:-25300, keyData null:1
2020-07-24解决了
APP集成SDK1.8.6.1版本,正常跳转到微信授权,有错误日志输出,点击同意或拒绝都可跳回?APP集成最新SDK1.8.6.1版本,swift5 iOS13.3 微信版本7.0.9 1,UL已设置,白名单以及Associated Domains都已配置,跳转到微信会有错误日志输出,点击同意或拒绝都可返回APP,并且没有确认框 2 , 确认过bundleID UL都与Xcode设置保持一致 2,Safari输入UL可显示APP的banner,点击打开可以跳转到APP 3,访问apple-app-site-association文件可访问,状态200 4,app代理方法不执行,wxAPIDelegate方法不执行 输出错误日志: "微信日志:wxlog:set property list" "微信日志:wxlog:Error:fail to load Keychain status:-25300, keyData null:1" "微信日志:wxlog:Error:token[(null)] is null" "微信日志:wxlog:launch app with ul only success" "微信日志:wxlog:launch app with universal link, ret:1" apple-app-site-association文件格式 { "applinks": { "apps": [], "details": [ { "appID": "XF7FCH8C66.com.ds.ios.xxx", "paths": ["/*"] } ] } }
2020-07-24