pengwei1024 / JsBridge

A simpler, extendable bidirectional communication Frame between Android WebView and Javascript
https://github.com/pengwei1024/JsBridge/wiki
Apache License 2.0
643 stars 88 forks source link

传递图片base64有问题 #21

Closed lodaDuan closed 5 years ago

lodaDuan commented 5 years ago

Refusing to load URL as it exceeds 2097152 characters,会报这个错,我是把图片转成base64字符,然后给h5。好像桥接有显示,字符串长度超过2M就不行了

pengwei1024 commented 5 years ago

对呀,利用prompt传输的字符串是有限制的。如果非得传输这么大的字符串建议分多次传输。我觉得图片base64太大前端性能也是问题