Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My Activity has relative layout as main layout, which is having a web view and some other layouts. I am loading some text or you tube video data as embedded in iframe tag into web view. When I am loading normal text, web view area appears as normal text view, but when I load some iframe video data, web view floats over all layouts in my activity. Why it is floating over all views in Activity? My problem is upon clicking "more" button, I am making some layouts as visible and invisible. When web view has normal, some newly visible layouts are displaying as on top of web view. But in case of iframe video data, they are appearing under web view, even though I placed these layouts after web view in relative layout.Sorry for making you confuse, I can't explain my problem better than this. Thanks in Advance.

share|improve this question
some what similar to stackoverflow.com/questions/7942219/… – vrs Sep 7 '12 at 8:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.