简体   繁体   English

WKWebview / UIWebview的局限性是什么

[英]what are the limitations of WKWebview/UIWebview

I am trying to find the limiations of WKWebView/UIWebView I couldn't find much even though there are 我试图找到WKWebView / UIWebView的局限性,即使有

What is the maximum size of image it can load ? 可以加载的最大图像大小是多少? such as 4mb 如4mb

What is the maximum audio/video file size it can play ? 它可以播放的最大音频/视频文件大小是多少?

What is the javascript execution timeout ? 什么是javascript执行超时?

What is the size of page it can load without any memory leak ? 它可以加载而没有任何内存泄漏的页面大小是多少?

What is the size of page it can load without any memory leak ? 它可以加载而没有任何内存泄漏的页面大小是多少?

  • depends on how you handle it and the target device in which the UIWebView runs even then it will generate a memory warning not a leak if used properly. 取决于您如何处理它以及运行UIWebView的目标设备,即使正确使用它也会生成内存警告而不是泄漏。

What is the javascript execution timeout ? 什么是javascript执行超时?

  • Unknown arbitrary value, no reference of such values mentioned anywhere. 未知的任意值,任何地方都没有提及此类值。 You can set timeouts to your requests though. 您可以为请求设置超时。 Related thread . 相关线程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM