You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Virtual Keyboard SDK is a virtual keyboard for `iOS` and `Android`.
5
25
6
26
This keyboard has outstanding features included such as: being able to type or swipe in 82 languages, autocorrection, emojis, custom views on top of the keyboard, custom themes, and much more.
7
27
8
28
Once integrated you would be able to see an actual virtual keyboard in your device.
* ⚡ **Custom Action**: The Virtual Keyboard SDK enables you to add custom actions directly to the keyboard layout. This might be custom buttons next to the space bar, specific images and associated actions. Check all the different options: [Custom Action iOS](https://docs.fleksy.com/sdk-ios/features/custom-action/). (Working on the Android version).
69
+
* ⚡ **Custom Action**: The Virtual Keyboard SDK enables you to add custom actions directly to the keyboard layout. This might be custom buttons next to the space bar, specific images and associated actions. Check all the different options: [Custom Action iOS](https://docs.fleksy.com/sdk-ios/features/custom-action/) and [Custom Action Android](https://docs.fleksy.com/sdk-android/features/custom-action/).
50
70
* 🙋♀️ **Emojis**: Emojis are already configured by categories, and they are automatically updated to the latest supported version. Configure and check all the different options: [Emojis iOS](https://docs.fleksy.com/sdk-ios/features/emojis/) and [Emojis Android](https://docs.fleksy.com/sdk-android/features/emojis/).
51
71
* 📱 **In-App Keyboard**: The Virtual Keyboard SDK allows you to integrate the virtual keyboard as an in-app keyboard without needing a system-wide keyboard. This is specific for App developers in the cybersecurity space. Further details: [In-App Keyboard iOS](https://docs.fleksy.com/sdk-ios/features/in-app-keyboard/) and [In-App Keyboard Android](https://docs.fleksy.com/sdk-android/features/in-app-keyboard/).
52
72
* 🌍 **Languages**: The Virtual Keyboard SDK supports up to 82 different languages.
53
73
* 🎨 **Theming**: The Virtual Keyboard SDK allows you to configure the appearance of the keyboard by changing colors, font, background and more for a different parts of the keyboard. For further details and comprehensive documentation: [Theming iOS](https://docs.fleksy.com/sdk-ios/features/theming/) and [Theming Android](https://docs.fleksy.com/sdk-android/features/theming/).
54
74
* 💅 **Topbar Icon**: The Virtual keyboard SDK empowers you to customize icons within the top bar, ranging from a basic image to a view positioned on either the right or left side of the topbar. Further details: [Topbar iOS](https://docs.fleksy.com/sdk-ios/features/topbar-icon/) and [Topbar Android](https://docs.fleksy.com/sdk-android/features/topbar-icon/).
55
75
56
76
57
-
## Integration 🔌
77
+
## Integration
58
78
59
79
Using the Fleksy Keyboard SDK you are able to create an App for iOS or Android which has a keyboard.
60
80
@@ -64,7 +84,15 @@ Using the Fleksy Keyboard SDK you are able to create an App for iOS or Android w
64
84
|[/Integration/Keyboard-Android](/Integration/Keyboard-Android)| Android project for an App which has a keyboard built using the FleksySDK. |
65
85
|[/Integration/Keyboard-Flutter](/Integration/Keyboard-Flutter)| Flutter project for an App which holds a keyboard built using the FleksySDK. |
66
86
67
-
## Benchmark 🚀
87
+
## Examples
88
+
89
+
1. Customise look&feel of the keyboard 🎨 -> [Examples/Style](/Examples/Style)
90
+
2. Download and Install Languages 🌍 -> [Examples/Languages](/Examples/Languages)
91
+
3. Add your own custom buttons on the keyboard layout 🔡 -> [Examples/CustomAction](/Examples/CustomAction)
92
+
93
+
94
+
95
+
## Benchmark
68
96
69
97
Want to test how KeyboardSDK works on your phone ?
70
98
@@ -76,21 +104,21 @@ Join our community to test how the VirtualKeyboardSDK performs.
76
104
|[Android Firebase](https://appdistribution.firebase.dev/i/f9ae23f7f30c9045)| Android sample App for testing right away our last development on the KeyboardSDK.|
77
105
78
106
79
-
## Documentation 📗
107
+
## Documentation
80
108
81
109
-[Quick Start](https://docs.fleksy.com/quick-start/) - Get started on developing your keyboard using the KeyboardSDK.
Any question that you might have, please post it directly into the [Github Discussion Forum](https://github.com/FleksySDK/fleksysdk/discussions).
89
117
90
118
Business related questions, please, go to our [developers portal](https://developers.fleksy.com/), we will assist you as soon as possible.
91
119
92
120
93
-
## Licensing 📄
121
+
## Licensing
94
122
95
123
The Fleksy test SDK is proprietary binary code and licensed under the Fleksy Binary Trial License in the License folder.
0 commit comments