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

rotation #467

Open
9 tasks
Geniif opened this issue Jan 10, 2024 · 2 comments
Open
9 tasks

rotation #467

Geniif opened this issue Jan 10, 2024 · 2 comments
Assignees
Labels
question Issue type : Question WebView Service : WebView

Comments

@Geniif
Copy link

Geniif commented Jan 10, 2024

this is the situation if I use
position = new GpmWebViewRequest.Position
{
hasValue = true,
x = 0,
y = 0
},
size = new GpmWebViewRequest.Size
{
hasValue = true,
width = (int)(Screen.width * 1f),
height = (int)(Screen.height * 1f)
}, then when I rotate the screen nothing changes, the rotation only works if I use fullscreen, what should I do in this case, since the rotation does not work correctly and retains the initial position

Service

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

Version

Write the version that you are currently using.

Summary

A clear and concise description of what the question is.

Screenshots

If applicable, add screenshots to help explain your question.

Additional context

Add any other context about the problem here.

@Geniif Geniif added the question Issue type : Question label Jan 10, 2024
@taehyeon-nhn taehyeon-nhn self-assigned this Jan 11, 2024
@taehyeon-nhn taehyeon-nhn added the WebView Service : WebView label Jan 11, 2024
@taehyeon-nhn
Copy link
Contributor

Hello. @Geniif.

What are the rotation settings for the Unity player settings?
What values have you entered in the GpmWebViewRequest.Configuration?
Can you please provide a screenshot or video of the situation where the rotation is not working?

Thank you.

@taehyeon-nhn
Copy link
Contributor

Hello. @Geniif.

Is the issue with rotation resolved?
If so, we'll close the issue.

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

2 participants