Hi, We are working on this issue.  Code will be checked in this month.
The related bugs is: https://crosswalk-project.org/jira/browse/XWALK-3308
Any progress we will update at the above link.

From: Crosswalk-dev [mailto:[email protected]] 
On Behalf Of Matthieu Renard
Sent: Thursday, February 5, 2015 6:59 PM
To: [email protected]
Cc: Damien Vincent; Christophe Bretault; Cyril Mathe
Subject: [Crosswalk-dev] [XWalkView] Transparency of the XWalkView

Hello XWalk Team,

I have one trouble with a behavior of XWalkView.

My fullscreen application is composed like below :

<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android";
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">

    <VideoView
        android:id="@+id/player"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_alignParentBottom="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentRight="true"
        android:layout_alignParentTop="true" />

    <org.xwalk.core.XWalkView
        android:id="@+id/xwalkview"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:keepScreenOn="true"
        android:background="@android:color/transparent" />

</RelativeLayout>

The VideoView is behind the XWalkView.

To see the video behind my UI, I set the background color of the XWalkView to 
"Color.TRANSPARENT" but It doesn't work.

Currently it's impossible to me to see the VideoView behind a XWalkView.

After research, I found mails deal with it, but no fix or solution.
(https://lists.crosswalk-project.org/pipermail/crosswalk-help/2014-October/000474.html)

What about now ?

Is this feature will be support in the following release of CrossWalk ?
Have you an other solution ?

Thank you in advance for your support,

Best Regards,

--
[wiztivi-logo]<http://www.wiztivi.com/>

Matthieu RENARD
Software Engineer
Project Team
+33 (0) 2 53 46 96 77
[email protected]<mailto:[email protected]>
www.wiztivi.com<http://www.wiztivi.com/>


[http://static.wiztivi.com/images/sig/current-event.png]


_______________________________________________
Crosswalk-dev mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to