I am developing chrome extension and loading iframe in that the problem is when i am clicking on the extension icon it's taking time to show popup. Actually it's wait for iframe load. When iframe loads then popup opens up.
So i want to open popup when someone click on icon and show loader until the iframe load.
Thanks in advance.