Slightly Blurry Text and Images

I find that the when debugging on devices, images and text are slightly blurry even when i test other fuse examples on my device. Is there anything extra i need to do or is this a default behavior. Thanks

If you can provide some screenshots (preferably from the app running on a phone) + some minimal code to reproduce the issue (simpler is better) that would be great!

Can you also provide the device name/model? It may be related to how the device is reporting its density to Fuse.

.

The first screenshot is the fuse app running on my device, while the second is the same app running on my device but done with cordova.
i will paste code shortly.

Here goes the code. Thank you

<Font File="Assets/HelveticaNeueLt.ttf" ux:Global="Helv" />
<Font File="Assets/fontawesome-webfont.ttf" ux:Global="Fontawesome" />
<ScrollView>
	<StackPanel>
		<Rectangle Height="330" Fill="Red" Alignment="Top" Padding="15,5">
			<Image File="Assets/card.png" Layer="Background" StretchMode="UniformToFill"/>
			<Image Url="http://thebizhub.ng/newsImages/solar-energy.jpg" Layer="Background" StretchMode="UniformToFill"/>
			<StackPanel Alignment="Bottom">
				<Text TextWrapping="Wrap" Color="#fff" Margin="0,0,0,5" FontSize="12" Font="Helv">Jan 17, 2017</Text>
				<Rectangle Height="1" Fill="#fff" Margin="0,0,0,5" Width="20%" Alignment="Left"/>
				<Text TextWrapping="Wrap" Color="#fff" Margin="0,0,0,2" FontSize="24" Font="Helv">BoI expands renewable energy funding with N1b solar fund</Text>
				<Text TextWrapping="Wrap" Color="#fff" Margin="0,0,0,5" FontSize="12">Daily Trust</Text>
				<Grid ColumnCount="4" Columns="3*,1*,1*,1*" Height="45" Margin="0,0,0,10">
					<Rectangle Fill="#999999" Padding="5,0,0,0">
						<StackPanel Orientation="Horizontal">
							<Text Color="#fff" FontSize="18" Alignment="CenterLeft" Font="Fontawesome">&#xf06e;</Text>
							<Text Color="#fff" FontSize="14" Alignment="CenterLeft" Font="Helv" Margin="2,0,0,0">22 Views</Text>
						</StackPanel>
					</Rectangle>
					<Rectangle Fill="#3b5998"><Text Color="#fff" FontSize="18" Alignment="Center" Font="Fontawesome">&#xf09a;</Text></Rectangle>
					<Rectangle Fill="#34af23"><Text Color="#fff" FontSize="18" Alignment="Center" Font="Fontawesome">&#xf232;</Text></Rectangle>
					<Rectangle Fill="#4099ff"><Text Color="#fff" FontSize="18" Alignment="Center" Font="Fontawesome">&#xf099;</Text></Rectangle>
				</Grid>
			</StackPanel>
		</Rectangle>
		<Rectangle Padding="15" Fill="#fff">
			<Text TextWrapping="Wrap" FontSize="16" Font="Helv"  Color="#6f6f6f" LineSpacing="7">
				Contrary to popular belief, Lorem Ipsum is not simply random text It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the citesof the word in classical literature, discovered the undoubtable source
			</Text>
		</Rectangle>
	</StackPanel>
</ScrollView>

edA-qa mort-ora-y wrote:

Can you also provide the device name/model? It may be related to how the device is reporting its density to Fuse.

Device name/model : Wiko Lenny 2. And is there a way i can adjust the density on fuse end ?

After reading @edA-qa mort-ora-y post, it occurred to me that i didn’t tested this app on any other android device except my wiko lenny2 device. i just tested this on a colleague device (Samsung s6) and the rendering was crystal clear ie. there was no issues.
I hope this narrows down the issue.

Regards

We’ll have to take a look at this issue on the device in question then. Your code looks fine, and it working on another device points to a device specific issue.