alipay / mPaaS

mPaaS Demo 合集,mPaaS 是源自于支付宝的移动开发平台。The collection of demos for mPaaS components. mPaaS is the Mobile Development Platform which oriented from Alipay.
https://tech.antfin.com/docs/2/49549
Apache License 2.0
324 stars 55 forks source link

H5容器里面的H5_PAGE_ERROR不回调 #1

Closed wu19910708 closed 4 years ago

wu19910708 commented 5 years ago

当H5加载的时候,,如果加载错误只会回调H5_PAGE_FINISHED这个Action并不会回调H5_PAGE_ERROR,我现在想处理H5_PAGE_ERROR,用原生的错误展示界面

SpinyTech commented 5 years ago

H5_PAGE_ERROR 这个事件是容器内部事件,会被内部插件拦截,开发者目前无法使用。

您可以实现 H5ErrorPageView,在 errorPageCallback 启动原生页面。

具体可参考 https://tech.antfin.com/docs/2/126953#h2--h5-2