Support of HTML5 WebApps on Famoco devices¶
Like any other Android device, Famoco professional devices support hybrid applications and full web-based HTML5 applications developed with various technologies like Cordova, PhoneGap, Ionic, etc.
Using device sensors is supported with the integration of Cordova plugins. Some plugins already exist and are compatible with sensors on Famoco devices (camera, battery, GPS sensor...): you can find the official repository here.
Famoco does not provide any plugin for specific sensors (PX320 barcode imager, FP202/FP201 fingerprint sensor, FP202 contact card reader) but some customers already developed their own Cordova plugin.
Detecting the current version of the Webview component installed on the device¶
adb shell pm dump com.android.webview | grep version
sample output
versionCode=368312000 targetSdk=28
versionName=73.0.3683.120
versionCode=246011960 targetSdk=21
versionName=44.0.2403.119 (alps-mp-m0.mp1-9-arm)
Upgrading the WebView Engine¶
Some applications require a more recent version of the WebView component rather than the one originally shipped with Famoco OS images.
Upgrading the Webview component on your existing Famoco devices requires to deploy a signed APK through the MDM :
OS | Download link | version |
---|---|---|
Android 6.0+ | download | 128.0.6613.88 |