how to hide textbox for iOS

Q&A about the latest versions
Post Reply
JNewberry
Posts: 74
Joined: Tue Nov 05, 2013 6:03 pm
Location: Los Angeles, California
Contact:

For a project I'm working on, the textbox for image popup obscures popup image on iPad (it's fine with desktop browsers, the textbox gets hidden once popup image appears).

mockup example(click on purple hotspot).


I want the textbox to be hidden once popup image appears (on all devices hopefully).

I'm using a custom skin (based on Hopki's "frank" skin, for adding popup images to polygon hotspots). Skin can be downloaded here.


I found instructions about multi-lingual skins, but not sure exactly how to implement this...for one thing I can't find the textbox in the skin.
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Build the text box/tooltip in the skin rather than using the text box as found under the Hotspots tan in the output.
Then you can set the logic block to hide the tooltip when it detects Is Mobile.
See: https://ggnome.com/wiki/Floating_Tooltip
And: https://ggnome.com/wiki/Floating%20Tool ... 20Hotspots
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
JNewberry
Posts: 74
Joined: Tue Nov 05, 2013 6:03 pm
Location: Los Angeles, California
Contact:

Looks like that's working, thanks Hopki!
Post Reply