You can search your author name in PAMM. I see three mods with your name. One of those is PA Stats Live Charts, which is a mod that died months ago and I never removed it. Your name is on it because it felt wrong for me to just connect PA Stats and inGameBrowser and take full credit for the work.
@someonewhoisnobody You mod is great and I love it a lot! I'll be releasing a mod Friday that requires this so it might start to have people using this browser. I think there's an issue with not being able to follow absolute links from inside a web page while relative links work fine. If you are still supporting this mod, would you mind taking a look at it? If not I can try to fix it but I wouldn't know where to start.
Thanks! An interesting part of this bug is that I can give it absolute addresses by setting the location of a new tab through your api, but I can't open a new tab and enter an address with the UI.
http://google.com Basically anything I type into the url bar doesn't work. I can use your API to load a web page and from there relative links like /news or /home or whatever work fine. Links to sites on different domains won't work from within a web page that I'm already viewing.
http://google.com Code: Refused to display 'https://www.google.com/?gws_rd=ssl' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. loadingPage.html:1 However, http://google.com/foo works fine... *Edit* http://planetaryannihilation.com works fine, so I guess some work and some don't. Maybe it is breaking on sites that try to use ssl?
That is expected and I think I explain it in the "Page failed to load" page. It is a security feature where some websites can send an option in their headers that makes them not be displayed by iframes.