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

WebView Multi Instance Support. #471

Open
1 of 9 tasks
mqasim30 opened this issue Feb 16, 2024 · 1 comment
Open
1 of 9 tasks

WebView Multi Instance Support. #471

mqasim30 opened this issue Feb 16, 2024 · 1 comment
Assignees
Labels
question Issue type : Question WebView Service : WebView

Comments

@mqasim30
Copy link

mqasim30 commented Feb 16, 2024

Service

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

Summary

I am seeking guidance on efficiently creating and managing multiple instances of WebView within my project, each operating independently of one another. Specifically, I am interested in understanding the best practices, techniques, and potential challenges associated with implementing and maintaining these independent instances.

@mqasim30 mqasim30 added the question Issue type : Question label Feb 16, 2024
@SangYun-nhn SangYun-nhn added the WebView Service : WebView label Feb 19, 2024
@spin-nhn
Copy link
Contributor

Hello @mqasim30

Thank you for using GPMWebView.
Unfortunately, the function you inquired about is not provided in GPMWebView.
If multiple WebView instance functions are supported, it is expected to be done in the following way.

  1. GPMWebView must provide features related to Texture.
    • The buffer of Android and iOS WebView must be passed to Unity texture.
  2. You need to manage instances of multiple WebViews.
  3. If a user wants to use a WebView instance, he or she must access it through Index.

thank you

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

4 participants