1.2
Sample APK warning
If you want to try out the sample APK, uninstall any other version of it as the signing key has changed. This only affects the APK attached to this release, the Unity package is unaffected.
This is a minor feature release for Browser Window.
Closing browser windows
On some platforms, like iOS, apps have to manually tell the OS to close a browser window. This update adds a way to do this in Unity with the BrowserWindow.Close() method.
This currently works on iOS only.
Android specific changes
Disabling the Share button
Chrome custom tabs open with a share button by default. To prevent this, use BWAndroidConfig.DisableSharing(). Pretty simple.
Animations
The transitions between a browser window and the game can now be changed using new methods in BWAndroidConfig: SetAnimations, SetStartAnimation and SetExitAnimation.
For this feature a BWAndroidAnimation class has been added. The library also comes with 2 preset animations:
![]() |
![]() |
|---|---|
BWAndroidAnimations.Fade |
BWAndroidAnimations.SlideLeft |
For more information see the documentation.

