eclipsesource / tabris

Tabris for Eclipse RAP
https://eclipsesource.com/products/tabris
53 stars 18 forks source link

AppLauncher does not accept custom url schemes #384

Closed hstaudacher closed 9 years ago

hstaudacher commented 9 years ago

Because we do a "new URL" check. Calling the openUrl method with e.g. "tabris://" fails with an invalid scheme but actually it's valid.

jordiboehme commented 9 years ago

Are you sure you have configured "tabris://" as URL type in your Xcode project for our app?

hstaudacher commented 9 years ago

@jordiboehmelopez it's a server side issue