I would like to learn why the textfields in my projects will not scale for mobile devices. I have attached a view from the KRpano Iphone simulator and a screen print from my PC to show the difference. Here is the code that I have been using:
Code
<plugin name="textfield" url="plugins/textfield.swf" keep="true" align="center" html="Use arrow pointers on map [br]or globe / foursquare icons[br] at lower left below thumbnail panel[br] to skip to specific areas of the lake.[br] Then, click and drag within the scene to navigate.[br] Click blue return arrow at right to return to lake map [br] [b]Click these instructions to remove[/b]" css="text-align:center; font-size:14px; color:#0xBBBBBB;" autoheight="auto" vcenter="true" padding="9" wordwrap="true" selectable="true" onclick="removeplugin (textfield)" embeddedfonts="false" background="true" backgroundcolor="0xB1B1B1" backgroundalpha=".8" border="true" bordercolor="0xFFFFFF" borderalpha="1.0" borderwidth="5.0" roundedge="40" shadow="0" shadowrange="4.0" shadowangle="45" shadowcolor="0x000000" shadowalpha="1.0" textshadow="0" textshadowrange="4.0" textshadowangle="45" textshadowcolor="0xFFFFFF" textshadowalpha="1.0" onautosized="" />
Any advice would be appreciated!
Best, Reggie
OK, whew,... so I think I finally got the pictures uploaded...It took me 3 days to figure out how to do it. Was that like passing a kidney stone or what! First pic shows PC view of tour done in KRPano 1.19 pr3. Second pic shows project done in KRPano 1.18.2 where text area scales correctly. Third pic is the Iphone simulator view of the first pic. Neither the the text area or the logo at lefttop scale correctly. Changed "onautosized" control in Textfield plugin from 1.0 to 0.5 and there was no change.

