Tagged Questions
Google Chrome Frame is a plug-in designed for Internet Explorer based on the open-source Chromium project; it brings Google Chrome's open web technologies to Internet Explorer.
9
votes
1answer
252 views
Google chrome frame overlay works only once
I have a page that prompts for a Google Chrome Frame installation if the user uses an outdated browser.
It works great if the user chooses to install the plugin. But, if he/she choose not to install ...
8
votes
5answers
1k views
Benefits and concerns with Google Chrome Frame
Is this a technology I should spend much time evaluating?
http://code.google.com/chrome/chromeframe/
Chrome Frame is a plugin for Internet Explorer (IE6-IE8) that gives it, well, what all the other ...
6
votes
2answers
502 views
Google Chrome Frame in C#?
How can I use Google Chrome Frame in .NET's WebBrowser control? I know I have to have:
<meta http-equiv="X-UA-Compatible" content="chrome=1">
In the beginning of the page that I'm loading, ...
4
votes
1answer
124 views
How to control frame height and width in chrome extension?
I am working with chrome extension.
Here in button click i required to open a menu.
When toolbar loaded in memory it make a space for menu item I want to remove it in page load.
3
votes
1answer
154 views
Chrome (or chrome frame) sends two or more requests instead of one?
I use HTML5 video tag, back-end is on Java. It works fine in Firefox but in Chrome it sends more than one requests to servlet and finally there is Exception in servlet and it doesn't work.
I've read ...
3
votes
0answers
358 views
Does Chrome Frame work in the legacy IE browser ActiveX control?
We have a legacy VB6 app that makes use of the IE browser ActiveX control (Shdocvw.dll). Will Chrome Frame work correctly when a web page is requested via the ActiveX control as opposed to a full ...
3
votes
1answer
368 views
Google chrome : text file auto wrap
Google chrome seems to auto wrap the contents of a text file whn i open it. I am opening a link from my chrome extension whose response is a text file. When I open the same link in firefox, it opens ...
3
votes
2answers
842 views
2
votes
3answers
118 views
is it possible to use Google-Chrome-Frame to save development time/money making application work for IE?
Let's say I outsource the development of an HTML/JS/CSS/AJAX web app targeting ONLY modern browsers. If it matters, assume there are 20 unique templates used in creating the application (to give an ...
2
votes
1answer
199 views
Is there a way to make Google Chrome Frame work for Facebook Canvas Apps?
Not sure how to get Google Chrome Frame working for a Facebook Canvas App.
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1">
With this, chrome frame works fine when the page is ...
2
votes
2answers
350 views
How can I host HTML5 in my .NET application?
How can I host HTML5 in my .NET application?
Is there a WebKit control? Or a Chronium Control? Can I host the Google Chrome Frame inside the IE web control?
2
votes
2answers
656 views
Google Chrome Frame (GCF) problem in IE8 with cache
Maybe it has been asked somewhere, but I am trying to find my question and I am not able to find any answer.
Here's my question:
I am developing a web application and because of some major ...
2
votes
2answers
797 views
Always using google chrome frame meta tag for standard compliant page, is good idea?
I was thinking to add meta tag always in all the websites.
That will trigger google chorme frame to load for users who already installed. I can see the benefits but is there any concerns or facts ...
1
vote
0answers
15 views
Break out of Google Chromeframe on submitting a form to a new window?
I use Google Chromeframe for a web app.
Once in awhile I submit a form that opens up a new window (target=_blank) and streams a PDF to the browser.
Is it possible to prevent GCF from handling the ...
1
vote
1answer
136 views
How does chrome-frame install without admin privileges?
How does Chromeframe install without admin privileges?
If I wanted to create a BHO in C#, would it be possible to follow the same process?
If I understand correctly, I need to save the DLL on the ...
1
vote
1answer
552 views
http-equiv=“X-UA-Compatible” content=“IE=edge,chrome=1” … Putting this in .htaccess?
I downloaded html5 boilerplate and it wouldnt validate with this in the header.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
I was told I can add this to .htaccess for the ...
1
vote
3answers
77 views
How to package chrome browser in a branded exe/dmg installer?
I'm looking to create an exe (and maybe dmg) installer that simply opens an invisible browser window and navigates to a webpage. Preferably using Google Chrome's rendering/javascript engine. The idea ...
1
vote
1answer
208 views
Google Chrome Frame Don't Work with HTML Application (.HTA)
I want to build an application that will load the web like the web browser. But I want it looks like the application or like the .exe. When I double click, it will run the app and load the web.
My ...
1
vote
2answers
129 views
Using google chrome frame with Django
I am trying to use Google Chrome Frame in my Django app.
Inserting <meta http-equiv="X-UA-Compatible" content="chrome=1"> into the header doesn't do the trick.
Right now, this is what my ...
1
vote
3answers
1k views
WebGL & Google's Chrome Frame - dropping support for IE
If you want to do browser-based 3D rendering, WebGL looks great but simply isn't supported in IE. Since the only other real option for browser-based 3D is to use a plugin, then it seems like Chrome ...
1
vote
1answer
2k views
Window.close not working in Google-chrome-frame
I am using Google Chrome Frame to make a page render in IE as if it would in Chrome.
The page opens another page via window.open() that page has nothing set for GCF but since it is opened from a page ...
1
vote
0answers
444 views
Selectively configuring Apache 2 mod_headers for Google Chrome Frame
I am currently evaluating Google Chrome Frame and so far i'm happy with it, but what i'd like to do is selectively use it for certain sections of my website.
Some sections require ActiveX so need to ...
1
vote
1answer
715 views
Opening an iframe for IE while using Chrome Frame
I'm trying to use Chrome Frame for a business web application and so far things are working well. However, I need to open an iframe that should be rendered using IE's engine and not Chrome Frame's ...
1
vote
1answer
1k views
How can i remove chromeframe from IE8 User Agent?
I removed Chrome Frame from my system but IE8 User Agent still has chromeframe in it.
How can I remove Chrome Frame entirely?
Can I somehow reset all IE8 settings or is my only choice somekind of ...
1
vote
4answers
535 views
Will you use Google's Chrome Frame?
Are you planning in requiring Google's Chrome Frame in production for your own websites?
Have you tested it?
Would your opinion on wether to use it or not change if Google were to require it for ...
0
votes
0answers
13 views
Google Chrome Frame: Says it's installed, but it is actually not [migrated]
I'm installing Google Chrome Frame from this page (it offers you installation if you go there with IE) http://www.zgtechnologies.com/chrome/index.php
It says that the installation is completed, but ...
0
votes
0answers
18 views
Google Chrome Frame is included and installed but does not work
Included this to the head:
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
Then included this:
<script type="text/javascript" ...
0
votes
0answers
40 views
Chromeframe isn't propagating events after onunload
Please have a look at this two html pages. "frame.htlm" is shown as iframe in "index2.html". Target of the mission is that i want to do some final things (cleaning up something) just before the page ...
0
votes
0answers
26 views
Access Keys with Google Chrome Frame
I'm building an Asp.Net MVC3 application that requires support for keyboard only navigation for users with disabilities. For IE, Chrome and Firefox, I have the support working correctly.
However, an ...
0
votes
0answers
53 views
Need to print only the frame and not the whole page using Google Chrome
When I try to print the webpage, only the frame appears in the print when using IE or other browsers. However, through the google chrome, the whole page gets printed.
I have done a little research ...
0
votes
1answer
57 views
Chrome Frame blank page with GWT app
If opening a web (urlX) directly on IE8 with Chrome Frame installed all is ok. (i can see context menu as if I were in chrome).
If opening another web (y) which have piece of js code like
...
...
0
votes
0answers
109 views
Chrome Stacking z-index issue with flash
i have a flash movie embedded on my homepage and im using a mega menu dropdown which no matter what i change the z index to the flas always appears ontop of the menu could anyone shed any light on ...
0
votes
1answer
72 views
Make Chrome frame installer not ask user for admin privileges?
I have an HTML5 site with canvas etc that uses Chrome frame to work on IE8 and older browsers.
The installer currently (as of Oct 11 2011) asks the user for Admin privileges to 'make changes to this ...
0
votes
0answers
143 views
Chrome frame meta tag for IE9-
The developer guide for chrome frame mentions that you can use different parameters apart from "1" in its meta tag to selectively choose which versions of IE to "fix", like so:
<meta ... ...
0
votes
2answers
375 views
Can I force IE users to install Google Chrome Frame Plugin
I am using google visualization for charts, which doesn't render very well in IE8, and doesn't work at all in IE6.
I added google chrome frame, and if the user installs the plug-in google ...
0
votes
0answers
83 views
GWT Unexpected server error when downloading file
I'm working on an application built on gwt. I face an unexpected error when I download a file:
Message:
StackTrace:
Unknown.B4m(Unknown source:0)
Unknown.mcn(Unknown source:0)
Unknown.EAl(Unknown ...
0
votes
1answer
40 views
What is ChromeFrame
I'm confused.What is Chrome frame. Is it a plugin, that the user have to install on his browser or is a library (kind of) that developers should use? I thought it was the first, but then I tried to ...
0
votes
1answer
249 views
In IE with Chrome Frame, after clicking link for file attachment, Javascript blocked
Here's a strange one. Throwing it out there to see if anyone has any thoughts.
This problem only occurs with IE when Chrome Frame is installed. Appears to affect all version of IE.
When a user ...
0
votes
0answers
60 views
Unblocking an application accidently blocked by the user to be launced from browser
You know you can launch applications from browser by registering a custom protocol on Windows machines. I have such a app that is launched from browser.
The first time you launch it, the browser asks ...
0
votes
0answers
196 views
IE8 with Google Chrome Frame plugin doesn't return a TableCellElement when NodeList<TableCellElement>.getItem(cell.getCellIndex()) is called
I'm using SmartGWT for my application and recently switched from Standard IE8 to IE8 with installed Google Chrome Frame (GCF) plugin.
My program uses a CellTable to display data and I want to ...
0
votes
1answer
107 views
Detecting UseChromeNetworking from JavaScript
Is it possible to use JavaScript to detect whether Google Chrome Frame is using its own networking stack rather than Internet Explorer’s? Alternatively, is there any way in HTML or JavaScript to force ...
0
votes
1answer
122 views
Can IE/Google Chrome Frame access HTML5 whitelist resources when loaded through cache?
Are there special IE security settings or headers I need to set to allow the request through from the Chrome BHO? If not, then what's blocking my AJAX calls?
My HTML5 app uses AJAX to access a ...
0
votes
2answers
201 views
Google chrome frame - how does it work?
I'm looking into chrome frame and I'm wondering how it works.... http://scriptsrc.net shows that it's a javascript that can be embedded on the page....
http://code.google.com/chrome/chromeframe/ ...
0
votes
1answer
151 views
Google Chrome Frame and corporate policies [closed]
My question is,since Google Chrome Frame launches and installs itself in a browser ,can it go through the strict Corporate policies some company have which prohibits them install and download any ...
-1
votes
0answers
19 views
Chrome frame - flawed thinking?
I've investigated this topic, but am yet to encounter a comprehensive question/answer combo, so here goes:
The notion of Chrome Frame seems to be based on flawed thinking. The concept fails to take ...