Software Archive
Read-only legacy content
17061 Discussions

Crosswalk build rendering issues on samsungs

Mario_T_
Beginner
741 Views

Hi,

we have problems on our apps since building using crosswalk 10. Some of content broken and some is just duplicated. I noticed some other users have same issues (https://forums.html5dev-software.intel.com/viewtopic.php?f=29&t=10413) and I tried removing width=device-width and that resolves this issues but then I have problems with other devices (some tablets like ipad for example).

Is anything solved regarding this, and if not when can we expect some solution?

Thanks

0 Kudos
5 Replies
PaulF_IntelCorp
Employee
741 Views

I've requested some feedback from our engineering group regarding this issue.

0 Kudos
Mario_T_
Beginner
741 Views

Anything new regarding this. It's kinda urgent...

Thanks

0 Kudos
PaulF_IntelCorp
Employee
741 Views

There are two new Crosswalk builds available now: 11 and 12. Try those.

In addition, the Crosswalk team has patched the problem code in Crosswalk 7 (unfortunately, they did not update the OpenSSL version string, so Crosswalk 7 will still get flagged by the Google Play store). See this post for more info: https://software.intel.com/en-us/forums/topic/549984

0 Kudos
Mario_T_
Beginner
741 Views

tried on crosswalk version 11 and 12 but it didn't change anything, still have broken screens. can you enable xwalk command line command so we can enter custom commands like this guy mentioned in this post https://forums.html5dev-software.intel.com/viewtopic.php?f=29&t=10413

0 Kudos
PaulF_IntelCorp
Employee
741 Views

We're working on providing a way to pass thru Chromium commands as part of your Crosswalk build. Unfortunately, I do not know when that feature will be available, it requires some modifications of our build system to make it happen, its not something that we can just enable.

BTW -- one way to deal with removing the "width=device-width" for the Crosswalk build but keeping it in place for other devices (such as an iPad) is to try and insert the meta tag during initialization, I've seen this done, you might have to search for an example, I don't have one handy at this moment. Another way is to change that line in your index.html file to fit what works for Crosswalk and what works for iOS before each build. I realize that is a messy solution, but until we can provide the command-line features it is a work around.

0 Kudos
Reply