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
Is ClientDevice still supported in Tabris for RAP 3.6?
e.g.: ClientDevice clientDevice = RWT.getClient().getService( ClientDevice.class ); if (clientDevice.hasCapability(Capability.CAMERA)) ...
These types of queries always return FALSE for the capabilities (camera, phone, sms, location etc.)
Seems they are always FALSE on iOS and Android devices that I have tested so far.
The text was updated successfully, but these errors were encountered:
What, so NONE of the device features are there? I hadn't caught that they were ALL removed - thought maybe just GeoLocation had gone...
I guess we have to bridge to proper Tabris.js and use Cordova plug-ins?
Is ClientDevice still supported in Tabris for RAP 3.6?
e.g.:
ClientDevice clientDevice = RWT.getClient().getService( ClientDevice.class ); if (clientDevice.hasCapability(Capability.CAMERA)) ...
These types of queries always return FALSE for the capabilities (camera, phone, sms, location etc.)
Seems they are always FALSE on iOS and Android devices that I have tested so far.
The text was updated successfully, but these errors were encountered: