You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
问题1:样式里的zIndex层级更改,但触发时间缺没有调整
比如本来标签A是在标签B上,然后我们通过样式去调整层级,让标签B在标签A上。
样式生效了,但是事件却没有,导致触发不了事件
导航栏一般分为左 中 右三个部分,写的顺序也是这样
然后中部分用定位去解决
但是遇到这个问题后
我们得要换个临时的写法,即中这个部分得先写在最前面,换句话说,我们得思考如果不能用zIndex如何解决
问题2:不能在应用启动前注入变量
例如一些系统界级别的变量需要提前注入,但是Kraken没有像flutter_webview一样有onPageStart的事件时机
所以实现不了
结果就是导致导航条会抖动一下很蛋疼
没有好的解决办法,只能改成异步获取
或者在bundleURL上把变量带上,很蛋疼,但是效果还是可以的
Beta Was this translation helpful? Give feedback.
All reactions