I have a need to force open a browser window of a specific size when clicking on a live video link from a feature pop-up in an Operations Dashboard application. I tried using something like: <a href="javascript:window.open('http://mypage.html','mypage','width=800,height=575')">Open Video</a> in the attribute table to accomplish this. When I configure the pop-ups in the ArcGIS Online map viewer this link works, but when I look at the pop-up in the Operations Dashboard application, it displays the actual href line, not the link the video.
Am I missing something, or is Operations Dashboard lacking this functionality?
Thanks!