You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
I like to use crosswalk in a native Java envirnment in eclipse. I work on digital signage apps and I'm looking to update webview in an existing eclipse envirnment. My issue with crosswalk is the scaling. I run almost everything at 1920x1080 and when putting crosswalk in the webview its oversized. It's not fitting to the screen size. For example if you split a presentation up it four quadrants I get the top left quadrant in fullscreen. I want the view to be scaled correctly and fit to size. Plus there is issues with on touch listeners and knowing what to do when a key is touched like the back button.
On a side note.
I used this project for testing and works the way it needs to. https://github.com/mogoweb/chromium_webview
The project has its issues but everything works the same as the regular webview except importing it and declaring it. Everything else works though. If crosswalk brings something like this to eclipse for native apps I would use it. For me it's not close. It's got errors where this project and webview have no issues so please make this better.
The text was updated successfully, but these errors were encountered:
If you are interested in making Crosswalk better, you can come to #crosswalk on freenode, post your issues to [email protected] or (preferred) report a bug in crosswalk-project.org/jira. The more details you can give us on your use cases, the more chances we have to make it work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I like to use crosswalk in a native Java envirnment in eclipse. I work on digital signage apps and I'm looking to update webview in an existing eclipse envirnment. My issue with crosswalk is the scaling. I run almost everything at 1920x1080 and when putting crosswalk in the webview its oversized. It's not fitting to the screen size. For example if you split a presentation up it four quadrants I get the top left quadrant in fullscreen. I want the view to be scaled correctly and fit to size. Plus there is issues with on touch listeners and knowing what to do when a key is touched like the back button.
On a side note.
I used this project for testing and works the way it needs to. https://github.com/mogoweb/chromium_webview
The project has its issues but everything works the same as the regular webview except importing it and declaring it. Everything else works though. If crosswalk brings something like this to eclipse for native apps I would use it. For me it's not close. It's got errors where this project and webview have no issues so please make this better.
The text was updated successfully, but these errors were encountered: