Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can’t get Opera Mini/Mobile to work… #4

Open
StephenESC opened this issue Apr 21, 2015 · 1 comment
Open

Can’t get Opera Mini/Mobile to work… #4

StephenESC opened this issue Apr 21, 2015 · 1 comment
Assignees

Comments

@StephenESC
Copy link

StephenESC commented Apr 21, 2015

Sorry to bother but no matter what combination I try, I can’t get Opera Mini in iOS 8 to work with the browser-specific-css plugin. Of the option below, the only one that does anything for me is the last one, but that only affects the desktop version of Opera (Mac).

.ios.operamobile .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.operamobile .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.ios.operamini .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.operamini .show-menu:after {
font-size: 1.625em;
content: "\25be";
}
.opera .show-menu:after {
font-size: 1.625em;
content: "\25be";
}

Any help would be greatly appreciated.

@sureshdsk
Copy link
Owner

can you open this wesbite http://whatsmyuseragent.com/ on the device you are testing and post the user agent string you get here ?

@sureshdsk sureshdsk self-assigned this May 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants