Developer forum

Forum » CMS - Standard features » Android doesn't render all code

Android doesn't render all code

Janus Lock
Reply

I have an issue with android devices below ver. 4 not redering all code from DW. 

If I make the exact same code in a manuel html file, it renders correctly.

I can see, that others have same problem: http://developer.dynamicweb-cms.com/forum/development/gzip-compression-on-server.-android-didnt-work.aspx?PID=48

and: https://www.facebook.com/groups/178301188956572/254453504674673/?comment_id=305675906219099&notif_t=group_comment_reply

Anyone got a solution for this problem?

 

 


Replies

 
Nicolai Høeg Pedersen
Reply

Change compression from gzip to deflate in web.config - or disable it.

 
Janus Lock
Reply

 

 

It is already set to deflate.

A little unsure on how to deactive it, but will contact support for help.

Any disadvantages when disabling it and can it be disabled for specific content/areas?

 

 

 
Nicolai Høeg Pedersen
Reply

Remove this from web.config:

 

<add type="HttpCompression.HttpCompressionModule,HttpCompression" name="HttpCompression" />

 

 
Janus Lock
Reply

Thanks.. It needed to be disabled to places in the web.config file and now it seems to work!

Are there any disadvantages by doing this?

 
Nicolai Høeg Pedersen
Reply

Only minor - the markup is not sent compressed, but on todays connection it matters only a little.

 

We will look into the problem and see if we should update the http compression in DW

 

You must be logged in to post in the forum