Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

android 从扫描界面 返回去的时候 会卡顿 希望修复一下 苹果无问题 #70

Open
zkkg2018 opened this issue Nov 7, 2019 · 2 comments

Comments

@zkkg2018
Copy link

zkkg2018 commented Nov 7, 2019

android 从扫描界面 返回上一个界面 会出现卡顿现象

@MarnoDev
Copy link
Owner

MarnoDev commented Nov 9, 2019

demo 里还没写。在退出之前,你尝试下先吧focus状态改为false,然后再退出,应该就不会卡了

function onPageFocus() {
    setIsFocusedScreen( true );
 }

 function onPageBlur() {
    setIsFocusedScreen( false );
 }

@jmy10241024
Copy link

@MarnoDev 这两个方法没用到啊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants