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.
0
votes
0answers
10 views
In IE8 with Chrome Frame, after clicking link Automatic logout after login
As long as the ChromeFrame BHO is activated, When I click on any link it instantly logs itself out after successful login without any reason.
I used latest google chrome frame plugins.
I used ...
0
votes
0answers
23 views
Multiple tabs open in IE8 with Chrome Frame kicks out user
I am testing out my AngularJS web app on IE8 with Google Chrome Frame.
With one tab open for my site, I can surf around without getting kicked out (getting automatically signed out). Then when I ...
1
vote
0answers
67 views
Unable to log out using Google Chrome Frame and Windows Authentication
I have an MVC 4 application that uses Windows Authentication. My current challenge is I need to provide a logout button for users. I can acheive this in straight Chrome, in straight IE, but when I ...
0
votes
1answer
19 views
Are Cookies left by a page in IE visible to pages browsed in Chrome Frame (and vis-versa)?
Among other things, I'm trying to track whether users who START our web app with IE, then install Chrome Frame, continue using it or "disappear" (i.e., don't get Chrome Frame installed and start the ...
0
votes
0answers
34 views
Chrome frame works only once
I am trying to render page on IE with google frame by setting the response header with
X-UA-Compatible "IE=Edge,chrome=IE8" env=gcf
in httpd.conf file in IBM Http Server.
If i load my page for ...
0
votes
0answers
21 views
Is the PointerLock API supported on Chrome Frame?
Does anyone know if Google Chrome Frame supports the PointerLock (or MouseLock) API?
I'm able to get WebGL working using the Chrome Frame on IE, but the pointer lock doesn't seem to. I'm using this ...
0
votes
1answer
29 views
Chrome Frame error in IE (mutation observers)
Im using Google Chrome Frame in IE and the mutation-summary library. I have checked the google site and I do not see anything mentioning a lack of support for mutation observers. the error is on line ...
1
vote
0answers
28 views
Use appcache with Chrome frame (or detect that it doesn't work)
We are building a web-application that will be used offline, using the Application Cache (and a lot more stuffs).
The thing is, we wanted to ask our users with old IEs to use Google Chrome Frame, ...
0
votes
1answer
74 views
Using chrome frame instead of SockJS
I'm creating web application using Go programming language.
In my project I need to support IE>=8, Firefox >=13 Opera >=12 ...
A part of the project rely on realtime push notification. Go doesn't ...
1
vote
0answers
56 views
Google Chrome Frame and Amazon Cloud Front CDN Timeout?
Our company is currently experiencing an issue with Google Chrome Frame enabled browsers and a third party site that utilizes an Amazon CloudFront CDN. For all CSS and JS files on the CDN, chrome sits ...
3
votes
4answers
312 views
Enabling Google Chrome Frame on DJ Native Swing
I have Google Chrome Frame installed on my Windows XP + IE8 machine.
When I navigate to chrome frame enabled page using IE8, it works.
But when I navigate to the site through a Java application that ...
1
vote
1answer
70 views
Cannot close IE with chrome frame
I have an interesting issue when using IE and Chrome Frame.
When logging out from my site the url is given an extra '/#/', resulting in 'https://mysite.something.com/something/#/'. This seems to, ...
0
votes
0answers
66 views
Chrome Frame IE request Abort issue
My following code work great into chrome browser. But doesn't work into IE (IE using chrome frame). Every request hit to (Visural Studio) controller but as soon as controller RedirectToAction, every ...
0
votes
1answer
200 views
Chrome-frame 25.0.1364.97 rendering
We have intranet web- system, and most of our employees use IE with chrome frame installed on it. So, all worked fine while chrome-frame had updated to version 25.0.1364.97.
Now, with this new ...
1
vote
1answer
64 views
URI Scheme Redirect
How can I create a special URI scheme to open a link in Internet Explorer from Google Chrome?
For example, if I execute ie:google.com in Chrome, a new window would open in IE with Google's homepage. ...
0
votes
0answers
80 views
What is the purpose of Google Chrome frame - why not install Chrome instead?
My understanding was the Chrome Frame was designed for locked down corporate networks. If they are locked down enough that the user can't install Chrome, how will they be able to install Chrome frame?
...
-1
votes
3answers
326 views
Is Google Chrome Frame Installed and Enabled?
How can I detect whether Google Chrome Frame (GCF) is installed and enabled? Any javascript or css type solution is welcome. (Strict no-bloat policy against using other frameworks and downloads.)
I ...
0
votes
0answers
11 views
How many Export statement can be used in a class using Managed Extensibility Framework?
MEF is working fine with single Export in a class using Managed Extensibility Framework.
I want to export multiple values from a class using Managed Extensibility Framework and how to do this...?
0
votes
1answer
163 views
Internet Explorer 9 - webpage title (document.title) not showing on print
I'm trying to get the webpage title to show up on a printed version of my website. I am targeting IE9 (with Chrome Frame installed). I have successfully changed the title with the following JavaScript
...
0
votes
0answers
220 views
Installing Chrome Frame on IE8
Trying to install Chrome Frame on WindowsXP SP3, IE8, using the following:
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
...
0
votes
1answer
272 views
Intranet sites ignoring X-UA-Compatible HTTP header
If I explicitly tell IE (still using IE8 in-house) to use GCF with the gcf prefix Chrome is activated. Downside is any links internal to the target site loose the gcf prefix thereafter. Expected.
...
1
vote
1answer
227 views
es5-shim or chrome frame for making angular apps work in IE
I am developing rich frontend apps which will be used by users running IE 8 and above. I am using angular.js as my frontend framework.
I currently see two choices using es5shim or google chrome ...
1
vote
2answers
163 views
Image Links Failing in IE8 when Chrome Frame is not present/disabled
If you take a look at the following website, you will see a slideshow at the top of the homepage. I am using Nivo Slider here, and it has been reported by our client that the links are not working in ...
0
votes
1answer
163 views
How to make the window (webview) in Chrome Packaged Apps scroll for pages with content more than available height?
I created a test application using Yeoman/Angular.js and pasted a chunk load of HTML (responsive) to view it as a Chrome Packaged App (CPA). The page_height with all its content is more than the ...
0
votes
0answers
86 views
Knit html from R Studio that includes Google Chrome Frame tag
I've had some trouble in the past with .html documents I've created using R Studio/knitr not properly displaying images. They always look as they should on my computer (default browser is Chrome), but ...
1
vote
0answers
92 views
Chrome Frame working on other sites in IE7 but not mine
In the head I have:
<meta http-equiv="X-UA-Compatible" content="chrome=IE7">
<!--[if IE 7]>
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"> ...
0
votes
2answers
260 views
Google Chrome Frame not working
My site is set to prompt for installation of the Google Chrome Frame for IE8 and below.
On one of the machine that runs Windows Server 2003 R2, 64bit with IE8, I got a message in the Google Chrome ...
4
votes
0answers
41 views
Detecting browser from within Chromeframe [duplicate]
Possible Duplicate:
Is Chrome Frame conditional comments possible?
I have a bookmarklet that I want users to be able to install in all browser. Just a simple link with some javascript ...
3
votes
0answers
324 views
Download does not work with Chrome Frame in IE8
I have a string containing Excel XML Spreadsheet data that I want the users to be able to download as an .xls-file. I'm currently using the below code, which works fine in Chrome. However, since the ...
1
vote
0answers
90 views
currency issue with jstl + chrome frame
I am using JSTL for displaying currency on JSP page as below:
<td>${params.currencyCode} < fmt:formatNumber value="${params.verifiedValue}" type="currency" /></td>
In IE8 with ...
0
votes
0answers
92 views
Sending Credentials in a CORS Request using Chrome-frame
I am using chrome frame with IE9. I am trying to use an API through CORS requests. I can send and receive these requests, except the requests do not include credentials. I have the proper CORS ...
0
votes
1answer
259 views
passing parameters to chrome.tabs.executescript()
How can I pass parameters to chrome.tabs.executescript()?
I have defined them outside from chrome.tabs.executescript().
2
votes
0answers
545 views
Google Chrome Frame and Facebook Javascript SDK - Cannot login
On the example below i have an html page with the javascript code needed to login to facebook.
On the i have the Google Chrome Frame meta tag that makes the page run with google chrome frame. If you ...
1
vote
0answers
97 views
Using Google Chrome Frame as a “closed container” with HandleTopLevelRequests
Can anyone explain what using GCF as a "closed container" actually means?
I understand from this link that you enable this mode of operation using the HandleTopLevelRequests registry key.
I actually ...
0
votes
1answer
584 views
C++ (MFC) app with CWebBrowser2 -> ChromeFrame -> HTML5 app, how to get click events from the HTML5 to the C++ app?
We have a legacy C++ (MFC) application. One part of it hosts a CWebBrowser2 object in which we navigate to a url which is a new module we're developing to add to our application.
The module is an ...
3
votes
2answers
262 views
Why does the IE user agent string change so significantly on form POST?
I'm running a vote system. Sessions keys are partially generated using a hash of the browser useragent string. Some users are encountering errors because of weird useragent string changes as seen ...
0
votes
1answer
103 views
Loading Google Chrome Frame in current tab after install
I'm prompting users of IE to install the Chrome Frame add-on. If the user is on IE and doesn't have Chrome Frame installed, they are redirected (server side) to a page with a custom message and the ...
1
vote
1answer
446 views
IE Chrome Frame Full Screen
I have a working implementation of full screen working for Safari, Firefox, and Google Chrome. From what I have read it should work for ie with google chrome frame but when I click the full screen ...
2
votes
3answers
965 views
What is IE=Edge in GCF used for?
The Google chrome frame developer guide says,
The following complete example indicates usage of Google Chrome Frame for IE6 users, and otherwise passes the "Edge" parameter to later versions of ...
0
votes
0answers
65 views
chrome frame inside an iframe not displayed in Win XP
If a page which has chrome frame enabled is loaded within an iframe, it does not work only on IE8's that belong to Windows XP.
Any ideas?
Thanks.
0
votes
0answers
20 views
Display content only if chrome frame is loaded
How do I display my content only if chrome frame is loaded?
Currently, the sample script on google developer docs runs even if google chrome frame is not loaded.
Thanks
1
vote
1answer
551 views
Is it possible to use Chrome Frame in the Web browser control
Guys can we enable Chrome Frame in the Web browser control available in Visual Studio.?
If it is possible how can we do that?
2
votes
1answer
142 views
Is it possible to access the contents of iframe via chrome extension?
I want to ask is there ANY way or extension that can pre-highlight text within the iframe whenever a new window is opened containing iframe? I have tried many extension but none of them works.
I need ...
0
votes
1answer
448 views
Disabling printing options from chrome print dialog
I am giving a command of printing from chrome. i just want to disable no of copy option from that. I want to restrict user to change the no of copy option from dialog.
as shown in the image i want it ...
11
votes
5answers
6k views
How to develop Desktop Apps using HTML/CSS/JavaScript?
First, I'm not interested in doing this professionally. I am a web developer, a coworker of mine recently left for Spotify and said he will be working mostly in JavaScript for the Spotify Desktop app. ...
0
votes
0answers
244 views
Unable to open popups using Google chrome frame
I am testing chrome frame under internet explorer 7 (sorry).
I have an annoying problem :
If I click on a link that does a window.open
and I don't have any other tab opened
the popup opens with the ...
1
vote
0answers
202 views
Internet Explorer with Google Chrome Frame - Resources from Amazon CloudFront hang for 2 minutes
CSS and JS resources for my site is hosted on Amazon's CloudFront CDN. The site itself and it's resources are accessed through HTTPS.
When browsing the site in Internet Explorer 8 with Google's ...
0
votes
0answers
26 views
Use Chrome Frame only on part of the page
I don't want chrome frame to use all my page. I need it only for FileReader() function.
1
vote
0answers
101 views
Using Watir Webdriver with Google ChromeFrame (GCF)
I am using Watir Webdriver to run integration tests against a number of browsers. Some of the pages we use include the meta tag <meta http-equiv="X-UA-Compatible" content="chrome=1" /> so that ...
1
vote
0answers
152 views
Google Chrome Frame - How can you detect when GCF fails to install (general failure, or blocked)
Is there any way you can detect if the installation of Google Chrome Frame fails, or was blocked? I am using the CFInstall script. Here's my implementation:
CFInstall.check(
{
preventPrompt: ...


