namespace Vuplex.WebView { /** * To simplify usage, the Unity Keyboard web frontend is inlined in this class. * This way, the HTML, JS, and CSS files don't need to be added to the Android * or iOS project. * * The source code for this web frontend is available at * https://github.com/vuplex/unity-keyboard */ class KeyboardUi { public const string Html = @"Unity Keyboard
"; } }