iphone
iphone
希望可以支持自定义视图作为角标,比如HOT、New之类的网络图片作为角标
希望除了支持UIView之外还可以支持下UIViewController
有个需求,需要在热门搜索和搜索历史之间插入自定义视图,比如广告,期望可以开放此功能
建议支持 iOS 13 的蓝牙权限
Guideline 2.5.1 - Performance - Software Requirements We noticed that your app uses HealthKit, but your app does not appear to include any primary features that require health or fitness...
在使用initWithRequest和- (instancetype)initWithRequest:(NSURLRequest *)request configuration:(WKWebViewConfiguration *)configuration 方法时,错误重试的本地H5页面点击重试按钮重试无效。 复现步骤: 1. 使用蜂窝网络访问内网地址,如192.168.1.100/h5.html,最终会打开neterror.html。 2. 网络切换至wifi(浏览器能够访问到192.168.1.100/h5.html),点击neterror.html中的重试按钮,发现根本没有请求192.168.1.100/h5.html地址,还是始终在neterror.html
文字为空时,circle建议垂直居中,目前不是垂直居中。
support extensionAppBundleID and entitlements ?
由于httponly类型的cookie无法通过document.cookie进行读写,所以有以下2个问题 ①httponly类型的cookie,如何转发给native端请求接口时使用? ②native请求接口完毕后拿到的httponly类型的cookie如何回传设置给webview?
业务ViewController中已经有键盘监听处理,能否禁用框架的键盘监听