eclipsesource / eclipsesource/tabris
Browser Widget - EntryPoint URL fails on iOS
- Dominant language
- Java
- Stars
- 56
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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 EntryPoint to the demo-application e.g. "application.addEntryPoint("/test", Test.class, null);" ... while corresponding class implements nothing more than a browser widget.
Now if the URL of an existing EntryPoint is invoked (e.g. setUrl("http://localhost:1234/input") the browser shows strange output.
It seems that the embedded javascript in file "test" (which is first of all transferred from tabris server to the client) was misinterpreted by iOS internal browser.
This could not be reproduced on web- or android-client.
We used Tabris 1.4 and iPhone5c/iOS8 for testing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.