smallbuer / JSBridge-Android

A solution for safe and fast interaction between js and native,it's minimum support API 14;
Apache License 2.0
240 stars 38 forks source link

jsbridge必须要在页面完全加载完才加载生效 #19

Open puzhengwu opened 3 years ago

puzhengwu commented 3 years ago

页面上图片没加载完,用jsbridge实现的链接跳转都点不了

TYUpya commented 1 year ago

I don't know about

puzhengwu commented 12 months ago

I don't know about

jsbridge to achieve the jump native function, some functions are native implementation, the home page with H5 implementation, some are H5 links, some are native function of the link, the home page is not loaded before the Jsbridge is not effective, it will lead to click the link on H5 no reaction, At the same time, H5 cannot be notified of the event that the page has loaded, which makes it difficult to handle this problem