Hello there, I've following code which shows the text box container with text in 2D view. How can I show the same in panoramic view.
It got invisible when press panoramic button.
<layer name="textbox" type="container" align="center" x="0" y="0" width="450" height="250" bgcolor="0x003c61" bgalpha="0.7" bgcapture="true" keep="true" visible="true" bgborder="1 0xffffff 0.7" onclick="hideTextBox();">
<layer name="textarea" type="container" align="centercenter" x="0" y="0" width="430" height="230" bgcolor="0x003c61" bgalpha="0.8" maskchildren="true" bgborder="1 0xffffff 0.3" onclick="hideTextBox();">
<layer name="text" style="text" enabled="true" onclick="hideTextBox();" align="lefttop" x="0" y="0" width="100%" autoheight="true" css="text-align:left; color:0xffffff; font-size:15px;" html="" />
</layer>
</layer>