I want to stack two UIWebViews on top of each other in order to be able to draw "on top" of the the underlying view using either canvas or OpenGL.
I would like to be able to toggle this view on/off (through transparency or other means).
Has anyone tried this?. Is it possible? Thankful for any pointers on possible solutions!