Hello
I load my views into the activity with
Activity.LoadLayout("layout_main")
then I fade in a video window.
((FrameLayout)mainActivity.getWindow().getDecorView()).addView(this.mCustomView, new FrameLayout.LayoutParams(1000, 500));
The video window is then above all elements
I had already tried the 'elevation'.
the video window still remains in the foreground.
I actually need something like a mouse.
Can I somehow activate and control it in the webview?
regards
Frank