So I tried making a Kindle Fire app, I used the standard example for display.loadRemoteImage, in the networkListener() for that loadRemoteImage I have a call to scale the image to a specific width and height and add it to a scrollview.
When I run the example in the simulator it works perfect, when I run it on my Touchpad running Android ICS (CM9) it runs pretty much the same.
But when I run it on the Kindle Fire, two problems occur, Scaling does not happen at all, and the scrollView does not appear to scroll at all, that or the images are being dropped onto the scene and not being added to the scrollview, either way the Images certainly are not scaling, and I cannot scroll, yet the same code works fine on the simulator and Android ICS
Thinking about it, it seems like it is just not doing anything in the networkListener() function. [import]uid: 127852 topic_id: 22335 reply_id: 322335[/import]