Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumbnail not display for link #49

Open
Jason2510 opened this issue Nov 6, 2017 · 5 comments
Open

Thumbnail not display for link #49

Jason2510 opened this issue Nov 6, 2017 · 5 comments

Comments

@Jason2510
Copy link

Hello, still i m facing same issue. I have update pod with version you have mention(0.13.0).
Other than i m facing issue with stack overflow link , it returns me blank view. I have attch screen short for the same. Yes, i have integrated this in objective c.
img_e2296

@marty-suzuki
Copy link
Owner

Hi, I've gotten this result with iPhone8 simulator. (v0.13.0)

simulator screen shot - iphone 8 - 2017-11-08 at 01 20 02

@Jason2510
Copy link
Author

Jason2510 commented Nov 8, 2017

ok. I m sharing my code.
I have created URLEmbeddedView in .xib file and give class to URLEmbeddedView.
screen shot 2017-11-08 at 9 56 11 am

            [cell.embeddedView loadURL:link completion:nil];
            [cell.embeddedView setDidTapHandler:^(URLEmbeddedView *view, NSURL *url) {
                SFSafariViewController *sfvc = [[SFSafariViewController alloc] initWithURL:url];
                sfvc.delegate = self;
                [self presentViewController:sfvc animated:YES completion:nil];
            }];

can you please let me that what i have done wrong in it?
And still youtube thumbnail are not display.

@marty-suzuki
Copy link
Owner

Hi, do you link .xib view to @IBOutlet?

@Jason2510
Copy link
Author

yes i have @IBOutlet that view.

@scdi
Copy link

scdi commented May 20, 2019

@marty-suzuki, how would you change the default link symbol image attached for a site that does not have an image to a different image of your choice?
Screen Shot 2019-05-20 at 10 21 56 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants