Uw opmerkingen

Are you running the latest fusebox from Google Play? (0.6 beta)
Thank you. I will pull some test devices and see if I can replicate the issue.
To achieve a paragraph break within a text tag, use “\n\n”.
The answer is that you should use the valignment attribute. However this attribute currently only works on the textfield as there is a bug with valignment on a text tag.

In the meantime you can use height="fit" and the text object should size to the same height of the text itself and you can position the whole tag where you need it.
For Android you can use:

<load url="http://rarewire.com" external="yes" target="WEB" />
good question. I will have to look into a possible Android method.
you must use [object:WEB.navigation]. This object property will capture a clicked link.
First you need to use the onnavigation on your web tag and assign that to an action. Inside your action you will want assign the variable to the navigation object property and use a variable and then tack a safari- in front of the URL within your load statement. This will ensure that you jump out to safari every time.


<assign property="var:website" value="[object:WEB.navigation]" />
<load url="safari-[var:website]" target="WEB" />

You are correct in assuming that WIRE couldn't do this right out of the box, but you could integrate with an API to send the images in sequence to a service that can merge and save the file as a .gif.

I am not sure what services provide APIs for this sort of thing, but that is the route you could need to explore.
Have you had a chance to look through our tutorials?

https://studio.rarewire.com/wordpress...

This tutorial will introduce you to action triggers or on's. Adding an onclickup or onhover type attribute to your button object allows you to choose the action that is initiated.