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

Hi, may I know how to add a close button on Android?

taehyeon-nhn opened this issue · comments

    Hi, may I know how to add a close button on Android?

안녕하세요, Android에서 닫기 버튼을 추가하는 방법을 알 수 있습니까?

Originally posted by @cloudy3 in #287 (comment)

Hello. @cloudy3.

Please refer to the options below.

new GpmWebViewRequest.Configuration()
{
    ...
    isNavigationBarVisible = true,
    ...
}

The close button is dependent on navigation bar visible option.

Please refer to the guide document and Sample.unity.
"Assets/GPM/WebView/Sample"

Thank you.

I see, thank you so much!

Thank you for your reply.
If you have any questions, please feel free to contact us.

Close this issue.