[WEB dev help] How to detect when a website is running with Opera Mini android
-
unibat last edited by
Hello Everyone,I'm a french young(>English level : 2/5) Developer.I Make a Website for my classroom.
I use Opera Mini for android in my phone.But there is display error.
I search CSS ,PHP or JS(>>minimal) source-code for detect if the website is view with Opera Mini.
I use "@media handheld" but he doesn't work.I Need Heml !
thank for your reply--FRENCH--
Bonjour tout le monde,je suis un jeune développeur et je crée un site web pour ma classe.J'uitlise Opera Mini pour android avec mon téléphone.Mais des érreurs d'affichage sont apparues.
Je cherche un code source CSS,PHP ou JS (<<le moins possible)pour détecter si le site est visualisé via opera mini.J'ai utilisé "@media handheld" mais ça n'a pas marché avec ma version.J'ai besoin de votre aide.
Merci pour vos prochainesz réponses--
Info : website : http://scharles38.esy.es/index.php ;http://scharles38.esy.es/style.css -
leocg Moderator Volunteer last edited by
Hello. You can detect when a user is using Opera Mini by adding a user agent reader into your sites code. Mozilla has a web developer page about it: https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent
I hope that we solved your problem
-
unibat last edited by
Phanks for your relpy but I have a new link : http://www.w3schools.com/js/js_window_navigator.asp
This code is in JS and have 4 lines.
Post solved