Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientDevice support #471

Open
JohnGymer opened this issue Apr 25, 2019 · 4 comments
Open

ClientDevice support #471

JohnGymer opened this issue Apr 25, 2019 · 4 comments

Comments

@JohnGymer
Copy link

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.

@ifurnadjiev
Copy link
Member

That's not available on Tabris for RAP 3.6.

@JohnGymer
Copy link
Author

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?

@ifurnadjiev
Copy link
Member

I mean the implementation in Tabris for RAP 3.6 is missing. We need to find a solution for that - Cordova plugin or tabris.js support.

@JohnGymer
Copy link
Author

ok, so it will come back in a future update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants