Skip to content

Commit

Permalink
Merge pull request #536 from nhn/prepare
Browse files Browse the repository at this point in the history
Release GPM WebView v2.2.0
  • Loading branch information
spin-nhn authored Sep 13, 2024
2 parents 3f206f0 + 907c577 commit fdc4e7c
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/WebView/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Displays the WebView.
| | GamebaseWebViewContentMode.MOBILE | mobile browser |
| | GamebaseWebViewContentMode.DESKTOP | desktop browser |
| isAutoRotation</br>(iOS only) | bool | Sets auto rotatio of WebView</br>Specify true only when Screen.orientation is not set manually. |
| isInlineMedia</br>(iOS only) | bool | Play HTML5 video inline<br>Default values for iPhone: false<br>Default values for iPad: true |


**API**
Expand Down
1 change: 1 addition & 0 deletions docs/WebView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ WebView를 표시합니다.
| | GamebaseWebViewContentMode.MOBILE | 모바일 브라우저 |
| | GamebaseWebViewContentMode.DESKTOP | 데스크탑 브라우저 |
| isAutoRotation</br>(iOS only) | bool | WebView 회전 설정</br>Screen.orientation을 수동 설정하지 않을 때만 true를 지정합니다. |
| isInlineMedia</br>(iOS only) | bool | HTML5 비디오를 인라인으로 재생<br>iPhone의 기본 값: false<br>iPad의 기본 값: true |

**API**

Expand Down
17 changes: 17 additions & 0 deletions docs/WebView/ReleaseNotes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

🌏 [한국어](ReleaseNotes.md)

## 2.2.0

### Date

* 2024.09.13

### Added

* (iOS) Added isInlineMedia options in Configuration [(435)](https://github.com/nhn/gpm.unity/issues/435)

### Fixed

* (iOS) Improved the issue where sound continues to play after exiting WebView [(453)](https://github.com/nhn/gpm.unity/issues/453)
* (iOS) Improved autoplay functionality when videos within a page are set to autoplay [(435)](https://github.com/nhn/gpm.unity/issues/435)
* (Android) Supports for video fullscreen [(462)](https://github.com/nhn/gpm.unity/issues/462)
* (Android) Added page zoom feature [(529)](https://github.com/nhn/gpm.unity/issues/529)

## 2.1.0

### Date
Expand Down
17 changes: 17 additions & 0 deletions docs/WebView/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

🌏 [English](ReleaseNotes.en.md)

## 2.2.0

### Date

* 2024.09.13

### Added

* (iOS) isInlineMedia 설정 추가 [(435)](https://github.com/nhn/gpm.unity/issues/435)

### Fixed

* (iOS) WebView 종료 후에도 사운드가 재생되는 현상을 개선 [(453)](https://github.com/nhn/gpm.unity/issues/453)
* (iOS) 페이지 내부에 있는 영상이 자동으로 재생되도록 설정된 경우, 자동 재생이 가능하도록 개선 [(435)](https://github.com/nhn/gpm.unity/issues/435)
* (Android) Video Fullscreen 지원 [(462)](https://github.com/nhn/gpm.unity/issues/462)
* (Android) 페이지 확대/축소 기능 추가 [(529)](https://github.com/nhn/gpm.unity/issues/529)

## 2.1.0

### Date
Expand Down
Binary file added release/WebView/gpm_webview_v2.2.0.unitypackage
Binary file not shown.
13 changes: 11 additions & 2 deletions release/WebView/service.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<info version="34">
<info version="35">
<title>WebView</title>
<status>publish</status>
<description>$DESCRIPTION</description>
<version>2.1.0</version>
<version>2.2.0</version>
<dependencies>
<unity>
<version>2019.4.0+</version>
Expand All @@ -18,6 +18,15 @@
</Communicator>
</dependencies>
<packageList>
<package>
<version>2.2.0</version>
<installList>
<install>
<name>gpm_webview_v2.2.0.unitypackage</name>
<path>GPM/WebView</path>
</install>
</installList>
</package>
<package>
<version>2.1.0</version>
<installList>
Expand Down
2 changes: 1 addition & 1 deletion release/servicelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</service>
<service>
<name>WebView</name>
<version>2.1.0</version>
<version>2.2.0</version>
</service>
<service>
<name>AssetManagement</name>
Expand Down

0 comments on commit fdc4e7c

Please sign in to comment.