Publisher | Piotr Zmudzinski |
---|---|
File size | 882.53kB |
Number of files | 13 |
Latest version | 2.0.4 |
Latest release date | 2023-01-16 09:22:06 |
First release date | 2016-03-21 05:18:22 |
Supported Unity versions | 2018.4.2 or higher |
This package lets you open website inside a modal platform-native window. That gives better user experience than using Application.OpenURL as user won't leave your app.
Extremely simple API:
InAppBrowser.OpenURL("http://www.google.com");
Features:
- Works on both iOS and Android,
- You can communicate with loaded website through simple API (Javascript-Unity back and forth)
- You can hide top bar (with title and back button) if you don't like it
- You can specify browser's title, back button title, background and text colors
- Uses native UI elements (native scrolling performance)
- Shows spinner animation while website is loading
- Bundled with ready-to-use Playmaker action
- Perfect for showing external content, such as Help section, Terms and Conditions page etc.
- Show back and forward buttons so user might visit previous sites
- Easy integration (no Android manifest merging)
- Doesn't require Unity PRO
Visit support forum
Before asking questions please take a look at readme file and use seach options in support forum.
Extremely simple API:
InAppBrowser.OpenURL("http://www.google.com");
Features:
- Works on both iOS and Android,
- You can communicate with loaded website through simple API (Javascript-Unity back and forth)
- You can hide top bar (with title and back button) if you don't like it
- You can specify browser's title, back button title, background and text colors
- Uses native UI elements (native scrolling performance)
- Shows spinner animation while website is loading
- Bundled with ready-to-use Playmaker action
- Perfect for showing external content, such as Help section, Terms and Conditions page etc.
- Show back and forward buttons so user might visit previous sites
- Easy integration (no Android manifest merging)
- Doesn't require Unity PRO
Visit support forum
Before asking questions please take a look at readme file and use seach options in support forum.