Buttons don't work in topic toolbar proxy

This forum is for all Flare issues related to the WebHelp Mobile target and skins
Post Reply
Gensys
Jr. Propeller Head
Posts: 1
Joined: Wed May 16, 2012 5:48 am

Buttons don't work in topic toolbar proxy

Post by Gensys »

Hi,
We need back and forward buttons in our mobile output (for iphone/ipad etc). I finally figured out this could be done with a Topic Toolbar Proxy. Now I've entered these buttons and they show in my output as images... but... They don't work! You can't click them! Help! How do I get these buttons to work? :?:
Stephanie L
Jr. Propeller Head
Posts: 6
Joined: Thu Jul 12, 2012 6:12 am

Re: Buttons don't work in topic toolbar proxy

Post by Stephanie L »

I agree, I'm having the same problem. I don't think the forward.back buttons are supported on the mobile output. I entered a small script in my master pages as a work-around, but I'd really really like it incorporated on the mobile skin (like in the mobile preview).

<A HREF="javascript:history.back()" href="file:/BackArrow.gif">
<img src="../Images/BackArrow.gif" title="Back" class="NoPopup" />
</A>

It's not an ideal solution, because finding the back button involves a lot of scrolling... And when I try to fix the table or image, the script stops working (although that might be my error).

Anyway, if there's a better way, I'd love to hear to it too.
Post Reply