nhn / gpm.unity

A brand of NHN providing free services required for game development.

Home Page:https://gameplatform.nhncloud.com/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I remove close button

khushal1220 opened this issue · comments

Service

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

Version

1.12.1 Version Web View

Summary

Hey There, I am using web view for a fairly long time now. but I have to remove the close button from view as it is required on a project I am working on currently if there are any possible ways then plz tell me if possible I really need this. and i didn't have any idea

Screenshots

If applicable, add screenshots to help explain your question.

Additional context

Add any other context about the problem here.

Hello. @khushal1220.

Currently, there is no visible setting for the close button in the WebView settings.
We'll add one, and let you know in the comments when we're done.

Thank you.

Contributor

hey, there is it possible to open the browser from where we left off last time just asking if any web view sdk has this capability. Because i need this functionality and no where to found

Hello. @khushal1220.

there is it possible to open the browser from where we left off last time just asking if any web view sdk has this capability.
Could you explain this in a little more detail?

Thank you.

Hello. @khushal1220.

WebView 2.0.0 has been deployed.
Please refer to the SampleWebView.cs file.

new GpmWebViewRequest.Configuration()
{
    ...
    isCloseButtonVisible = false
}

Thank you.