Uw opmerkingen

It looks like rightof is not working within a class. When I move the two panels out of the class and use them on their own it works.

I will log a ticket for that.
This has been fixed and will go out with the next build. Still testing some of the new fixes.
The bug has been fixed and I am still testing a few other things before I push out a new Android fusebox.

In the meantime I took a deeper dive at your code above and I am not sure how I missed this on the first look, but you have this below:


<panel name="tocInfo" width="58%" height="fit" align="right" rightpad="5%">
<text name="tocStoryName" width="100%" height="fit" alignment="left" rightof="tocImgCntnr" ypos="10" font="HelveticaNeue-Light" size="20" color="#FFFFFF" text="[param:nameL]" onclickup="hideToc" onclick="page" clicktarget="../../MAG" _page="[param:posL]"></text>
<text name="tocStoryInfo" width="100%" height="fit" alignment="left" rightof="tocImgCntnr" bottomof="tocStoryName" font="HelveticaNeue-Light" size="12" color="#ebebeb" text="[param:infoL]"></text>
</panel>


The problem you are facing can be easily fixed. height="fit" is not appropriate for your panel. It really should be fitheight="yes" This will make sure the panel is the exact size of all its children combined. Then your text tags will size based on the size of the fonts. And all will be right in the world.

Sorry for the confusion and the delay on the solution. Let me know if that works for you.
Sorry for the late reply, this issue has been resolved.
This blog has been taken down for various reasons. I have removed the link from the site. Sorry you encountered a broken link.
It may be helpful if you added me as a collaborator to the app so I can see what is happening.
This is being actively looked at by the dev team. Hopefully we will get a fix soon.
Well it seems that when ESPN and UnderArmor are loading inside of the Chrome browser on the Nexus 10 tablet, they redirect to the mobile website. (m.espn.com and m.underarmor.com) I think this is prob causing the problem in the webview.

I will log a bug report for this.
My records show that a bug surrounding height="fit" was fixed 5 days ago, so it should go out in the next version of fusebox for Android.

I could possibly release that this week if things go well and that should correct your issue.
Steve,

Are you able to get any apps to appear in the fusebox for that device? I would recommend deleting fusebox from the device and redownloading it from the store. We are still tracking some device specific bugs for certain Android devices. If you still have issues, send me an email and we can discuss OS version number and some other things.