06-13-2012 02:32 PM
Hi,
I have developed an application which is an email client and I have used code of BlackberryMailDemo for that.Its fine in displaying email list but it creates problem while displaying detailed content of email.
I have displayed html content into browserfield in the email body.Now when I have tested that in my devices 9800(os 6) and 9790(os 7) I dont get duplicated text but when my client tests it in 8520(os 5),he gets duplicated content.He gets the same text in normal form first and then the same text in html form(browserfield) below. I have tested the content with the same email but I am not getting that in os 6 and 7.
I have attached screenshots below :image1 is displaying first and then image2 right below.
Any idea?
Regards,
Rujuta
06-14-2012 02:39 AM
Anybody who can answer?
06-14-2012 08:46 AM
This is probably because the "plain text" content and the HTML content are two different body parts in the email.
06-14-2012 11:03 AM
06-16-2012 01:41 AM
Hi,
Anybody know the way to display textbody and html part using only one object.Right now we need to take the text and html content differently.This may cause duplication problem.Is there anyway to get using one method?
06-22-2012 07:48 AM
Hi,
Is there any workaround for this?anybody can help?