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

Any plans to support drag and drop in Tabris? e.g. drag list/table item to a trash can to delete - common operation

I want to execute an action inside my unit test. How do I set it up so that getCurrentPageData() does not run into an NPE? I feel there is some...

To reproduce: - Create a Text field with SWT.MULTI | SWT.V_SCROLL - Launch on an iPad/iPhone with the native client - Enter multiple lines of text using CR after each...

Slightly strange chain of events, but I see a problem with iOS app badge numbers where I cannot set the badge to zero unless I set it to something else...

When using push notifications you may want to register a list of devices that access your application along with the device tokens so that push notifications can be sent to...

When I use the openpage method to get back to the top-level-Page the lettering of the back button is shown in the upperleft corner. I just tried it on an...

Like described here: http://stackoverflow.com/questions/6319417/whats-a-simple-way-to-get-a-text-input-popup-dialog-box-on-an-iphone

feature request

This is my code: ``` java Shell parentShell = ui.getDisplay().getActiveShell(); final Shell abortion = new Shell(parentShell, SWT.APPLICATION_MODAL); abortion.setAlpha(2); abortion.setLayout(new GridLayout()); abortion.setMaximized(true); Composite touchReceiver = new Composite(abortion, SWT.NONE); touchReceiver.setLayoutData(new GridData(SWT.FILL, SWT.FILL,...

tabris-android-trial_.apk and tabris-android-launcher app should have different `packageName` ( i.e. ApplicationID ) to enable both universal and tabris-android-launcher app be installed at the same time.

setting the URL of the browser widget fails on iOS devices, if the URL represents an entrypoint. This can be reproduced e.g. by using tabris demo-application. We've added a new...