happyfoxinc / helpstack

iOS Support Framework
http://helpstack.io
MIT License
475 stars 69 forks source link

Desk.com images not displayed in Articles #68

Open LordZQXP opened 7 years ago

LordZQXP commented 7 years ago

Had issues with displaying images found in articles from Desk.com. Fixed it by setting the base URL of the articles.

In: HSDeskGear.m

Method: fetchKBForSection:success:failure:

Added Line: [deskArticle setBaseUrl:self.instanceBaseURL];

After: [deskArticle setHtmlContent:[art objectForKey:@"body"]]; //html content