tabris icon indicating copy to clipboard operation
tabris copied to clipboard

Tabris for Eclipse RAP

Results 77 tabris issues
Sort by recently updated
recently updated
newest added

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

Is it possible to support an image on a TabItem for the Tabris Windows client? Android and iOS both show an image.

feature
enhancement
feature request
windows

We open the keyboard by setting the focus on the textfield. But when we go back to the prvious page the keyboard doesn't hide. We know that problem only on...

An enterable field (Text control) on Android normally has a line underneath to show that it is editable. Previously this line appeared if you included SWT.BORDER in the style of...

Using a Swipe in Tabris for RAP 3.6, I cannot swipe to anything other than the initial 0-indexed page. Swipe events don't get triggered and it never requests the next...

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...

Hello Tabris team, on playing around with the TreeViewer element I have found 3 bugs. 1 on iOS, 1 on Android and 1 on both sides. Tested with: iOS11, iOS10...

Hello Tabris-team, is it possible to use a ScrollingComposite (with **horizontal** scrolling!) on a FluidGrid-Layout?

One of our customers reported that the app crashes sometimes. He uses a ZebraMC33 ANDROID VERSION: 7.1.2 In log the following exception occurs in different versions. The exception JNI ERROR...

Hello Tabris team, after successfully testing the gelocation service with iOS 10.3.3 (even tough the update rate was very fluctuating), I tested it with Android 6.0.1 and iOS 11.0.3 and...