09-26-2011 10:31 AM
ok.. I'll keep digging
09-26-2011 10:36 AM
ctetreault wrote:
Don't think that'll work in this scenario. The images are dynamic, the user takes a pic and its loaded in to the app.
Regarding image size I have the same 'down smapling' happening on small icons that are about 10kb in size I believe, and about 60x60px.
Are these images loaded locally from the file system or remotely?
09-26-2011 10:38 AM
10-09-2011 01:48 PM
Tim,
Any update on this one? I have the same issue with JPEGs which are 480x800 pixels and 46KB in size
The same image is used for the loading screen and it displays fine. But in the app it gets scalled down.
Thanks,
Stefan
11-24-2011 07:22 AM
Hi,
Any updates on this issue? I believe I'm experiencing this issue too...
Regards,
Daniel Botelho
12-13-2011 08:18 AM
Hello all,
I had similar problem in my project. I wanted to display two splash screens, one after another, so I couldn't use standard loading screen.
I have noticed that this problem occur only on the devices with big screen resolution (for example 480x640, 480x800 etc), so I divided the graphic into two parts and I am displaying them one after another.
Maybe my workaround will solve your problem.
Best Regards
Kamil
12-19-2011 02:32 AM - edited 12-19-2011 02:36 AM
Hi all,
I'm having a similar issue with images. We're building an app that has been deployed using phonegap in andoid and iPhone but when we ported it into BlackBerry, we noticed that a few images looked very choppy.
We have an image for splash screen which renders wonderfully. But once the index.html is loaded (using Webworks), the images used inside the app don't render well. I've tried the meta name="viewport", rendered as image and background. Still there is no improvement.
Is there a setting in webworks that could fix it, or is there any other setting that can be altered anywhere to fix it? Is there anytihng that can be changed in the images to fix it? The main issue I have now is that the're trouble rendering a few gradients or anti-aliased images.
I'll be greateful for any help that is provided.
12-27-2011 08:23 AM
I was unable to drilldown and find the best fix, however I was able to get a workaround. I was having an issue mainly with an image which had a lot of color variation. I was reading through articles about Blackberry not supporting all the colors, so I tried splitting the image in three images, two of them transparent and placed one over the other. this way each image could be shown with enough colors. And so this worked for this image.
But there are a few images that still look blurred and choppy (in a few instances). I'm unsure of how to fix these