Skip to content
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

IOS 환경에서 느린 통신에 의해서 상단의 닫기 버튼이 늦게 나타나는 현상 #434

Open
1 of 9 tasks
Cmho88 opened this issue Aug 24, 2023 · 2 comments
Assignees
Labels
question Issue type : Question WebView Service : WebView

Comments

@Cmho88
Copy link

Cmho88 commented Aug 24, 2023

Service

  • WebView
  • AssetManagement
  • Communicator
  • LogViewer
  • Manager
  • UI
  • Profiler
  • Adapter
  • DLST

Version

Write the version that you are currently using.

Summary

IOS 환경에서 매우 느린 네트워크 속도 일 때, 웹 사이트의 로딩이 완료 된 후 매우 늦게 닫기 버튼이 나타납니다.
닫기 버튼을 웹 사이트보다 먼저 노출 시켜서 로딩에 오랜 시간이 걸릴 경우 언제든 웹 뷰를 닫을 수 있도록 하고싶습니다.
어떻게 해야 할까요?

Screenshots

image

Additional context

Add any other context about the problem here.

@Cmho88 Cmho88 added the question Issue type : Question label Aug 24, 2023
@SangYun-nhn SangYun-nhn added the WebView Service : WebView label Aug 24, 2023
@taehyeon-nhn
Copy link
Contributor

안녕하세요. @Cmho88 님.

현재의 GPM WebView 버전에서는
ShowUrl API 사용 이후 Timeout을 통해 Close API를 호출하는 방식을 생각해 볼 수 있을 것 같습니다.

GPM WebView에서 UI 우선 활성화에 대한 기능은
실제 적용에 이슈가 없는지 등을 확인 후 내용 공유드리겠습니다.

감사합니다.

@Cmho88
Copy link
Author

Cmho88 commented Aug 30, 2023

로딩 시간이 오래 걸리지만 결국 닫기 버튼과 웹 사이트의 로딩이 완료되기 때문에
Timeout 을 통한 강제 종료 처리는 적절하지 않을 것 같습니다.

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issue type : Question WebView Service : WebView
Projects
None yet
Development

No branches or pull requests

3 participants