How to Configure your Mobile site to work with Opera Mini's Single Column View -


i have wanted have mobile site works responsively facebook, twitter, google plus when person using opera mini browser single column view access mobile site.

some people have suggested things using declaring on header

<link rel="stylesheet" media="handheld" type="text/css" href="./kh_themes/css/mobile.css"> 

but has not worked me , others coz have never seen working solution expected. have idea of doing this?

if view source code facebook mobile site see code before tag declaration.

<?xml version="1.0" encoding="utf-8"?> <!doctype html public "-//wapforum//dtd xhtml mobile 1.0//en" "http://www.wapforum.org/dtd/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>welcome facebook</title> 

i tried on site , worked charm. if have mobile site add code header section before tag:

<!doctype html public "-//wapforum//dtd xhtml mobile 1.0//en" "http://www.wapforum.org/dtd/xhtml-mobile10.dtd">     <html xmlns="http://www.w3.org/1999/xhtml"> 

let me know how works on site: dont forget select answer best;


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -