richardwestenra / web-page-screensaver

Automatically exported from code.google.com/p/web-page-screensaver
0 stars 0 forks source link

It doesn't use my default browser to render webpage #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. Is there a way to make web-page-screensaver to use my default web browser 
(Chrome) instead of the web browser used by web-page-screensaver (it looks like 
it's running on IE)? 

That page that I am trying to use for screensaver uses WebGL and it doesn't 
work on IE. 

Original issue reported on code.google.com by soichih on 30 Jul 2012 at 10:29

GoogleCodeExporter commented 9 years ago
I have the same issue, looks like it's running on IE :/

Original comment by msk...@gmail.com on 14 Jan 2013 at 3:07

GoogleCodeExporter commented 9 years ago
Can anybody have some idea to change the browser to Chrome?

Original comment by hit.liu...@gmail.com on 16 Jan 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Same here! Chrome please?

Original comment by freddy.l...@gmail.com on 24 Sep 2013 at 11:17

GoogleCodeExporter commented 9 years ago
Upvote!

Original comment by mister...@gmx.de on 10 May 2014 at 7:17

GoogleCodeExporter commented 9 years ago
I wanted to display the ISS HD Video feed as a screensaver and ran into the 
same problem: IE is the browser used by web-page-screensaver.  I'm no s/w 
engineer, but I looked at the file ScreensaverForm.cs and several lines down 
from the top is "webBrowser.Navigate((string)reg.GetValue("Url", 
"http://www.polidea.pl"));

The library "System.Windows.Forms" appears to only point to IE.  This stack 
exchange thread discusses the problem a bit more 
(http://stackoverflow.com/questions/1949532/how-to-change-webbrowser-from-ie-to-
firefox).

I hope this helps

Original comment by Ken.R.We...@gmail.com on 21 May 2014 at 9:01