-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
两个不同的webview如何做值传递的问题 #4
Comments
在纯 web 开发中这种情况是如何做的呢? 如果,你的页面更前后有很多的状态同步。你可能可以考虑一下它是否适合使用原生来完成。 |
一般纯web开发 中等规模左右的应用 我一般采用SPA的方式 :) 顺便问一句,h5页面之间的转场效果始终不如native平顺,是不是也是你们按页面切分应用的一个考量因素 |
是的,我们使用的 rexxar 做的一个前提是性能和体验和 native 一致。所以,转场是使用 native 实现的。 |
如何 转向 B 页面 ? 定义一个 Api 调用?
|
sorry,没有看到什么特殊的渠道可以参与讨论,所以在这里开一个issue
按你们的设计思路,假如A页面一个链接到了B页面,此时转场动画交给了native去做,A页面和B页面同时处于两个不同的webview中,如果B页面的某些状态发生了改变,需要通知到A页面做update,这种情况如何做同步
The text was updated successfully, but these errors were encountered: