how to do that When we click on one of the API, we can see the corresponding smartdoc

Not applicable

Hi, We have a requirement wherein we need to show API List on the left side of the page and the corresponding smartdoc on the same page. For that we added quick tab to list our API and added iframe for smartdoc on the same page.

When we click on one of the API, we can see the corresponding smartdoc. This we can see properly on Chrome and internet explorer.

However we are not able to see the iframes (smartdoc ) on Mozilla Firefox. We searched on internet for the same problem but did not get proper solution.

Please assist us with the above problem.jb

0 1 424
1 REPLY 1

I suggest you use F12 and open the devtools for Firefox, to see what's happening.

Also, Iframes is maybe not the best approach, if you are serving all the content from the same server. Why iframes? There are plenty of opinions [ example1, example2 ] that iframes are not useful and are potentially harmful. Why not just a div? But maybe you have a good reason.