Actions
Bug #813
closedaddMetaHeader
Start date:
05/05/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi, I am effraid while using Internet Explorer 9.
I would like to allow Google Chrome Frame Plugin to handle my WApplication.
I have tried : WApplication::instance()->addMetaHeader( MetaHttpHeader , "X-UA-Compatible", "chrome=1");
but this line has no effect... Internet Explorer 9 still handles my WApplication...
when displaying the source code of my application there is no meta header http-equiv with X-UA-Compatible = "chrome=1"
Any suggestions ?
Updated by Koen Deforche over 13 years ago
Hey,
You need to deploy using progressive bootstrap mode for this to have an effect.
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions