Twitch works fine in Chrome for me. Now, my iOS devices on the other hand, Twitch will not run at all on my iPhone or iPad in either Safari, Chrome OR the goddamned app that's designed to play it.
What chrome are you using?
Same for me. Once the embedded link is running, I can't interact with it. Whenever I right click on it, the menu opens at the top of the screen.
I had to switch from Adobe's version of Flash Player to the Pepper Flash Player that comes with Chrome.
Sucks, because that one memory leaks like hell.
On iOS? The only Chrome there is.
On OS X, the latest and greatest stable version.
iOS doesn't play Twitch at all for me no matter what I use to try and view it. Always just a black screen.
Also how do I revert back away from dev?
I don't have any spaces in my phone name.This actually worked for me, it might for you. I found out about this on reddit in the jailbreak subreddit.
To get Twitch to work on iOS properly, rename your phone to something without spaces in it. For some goddamn reason, the app works perfectly now.
Okay, I've un-fucked my bookmark spacing.
What's the best extension to use for browser screen capture? All I want to do is things like capture a tweet in an image then upload it to imgur.
Thankfully haven't had that problem, but I was trying to change some Skype settings the other day, and Chrome wouldn't select any of the login buttons. I kept clicking and no response. Clicking to select the link and then pressing enter on the keyboard works, however. Same thing happened with another web form I was filling out where check boxes wouldn't work, so I had to finish it in Firefox because there was no keyboard alternative for selecting that.YouTube in Chrome has gotten worse and worse for me. It barely plays video. This is really ticking me off. Any tips or ride it out?
Is there a way to turn off the touch the side of the screen and scroll down a bit on the android app? That shit is irritating
Yeah, I was finally giving chrome on android another chance (just added full screen), but this started happening. It's absolutely terrible. For me I'd guess it was 75%.at least 20% of the websites I am linked to don't open up on Chrome on Android, including Yahoo. It's progressively gotten worse and worse with every update.
i just noticed that i have a problem with Facebook\security, i typed e-mail+password on the e-mail field for mistake, so each time i put a b on that field, Chrome suggest the whole thing and i'm not the only one to use this pc.
Where should i go to get rid of this thing?
(pic just to be clear of what's happening)
i just noticed that i have a problem with Facebook\security, i typed e-mail+password on the e-mail field for mistake, so each time i put a b on that field, Chrome suggest the whole thing and i'm not the only one to use this pc.
Where should i go to get rid of this thing?
(pic just to be clear of what's happening)
I think you can press delete or shift+delete while it's highlighted.
Help! I updated Java for Chrome today and now I only have 4 small sites showing on my New Tab page. Can't seem to change/edit them too.
Think so, I'm on Version 27.0.1453.56 beta-mIs this for the beta or something? I don't see any update.
It's not just me? Fuck. Chrome can't even play a simple YouTube video. I go and it starts normally but then it'll randomly rewind to a few seconds past the beginning or it'll end in the middle of playback (and shorten the video length so it's impossible to scrub forward). In the latter case I have to refresh the page, and then other shit goes on when I try to load it again.YouTube in Chrome has gotten worse and worse for me. It barely plays video. This is really ticking me off. Any tips or ride it out?
I don't think that's java. It's a chrome update, i have the same thing.
for all of you with this new tab page I am fairly sure it's a bug =O
this happened to me a couple of weeks ago reinstalling chrome fixed the issue.
I know "Chrome starting to suck" is beginning to become a common opinion, and I'm starting to agree. Why did Google recently remove the search bar in the Google website when you're using Chrome? I'm assuming it's only a Chrome "feature" since it would be inane to remove it on other browsers that don't have the omnibox. Google's trying to be TOO minimalist with their website and it's frustrating sometimes. I also don't like the new forced Google website on the New Tab, how do I get my recently closed tabs back?
I know "Chrome starting to suck" is beginning to become a common opinion, and I'm starting to agree. Why did Google recently remove the search bar in the Google website when you're using Chrome? I'm assuming it's only a Chrome "feature" since it would be inane to remove it on other browsers that don't have the omnibox. Google's trying to be TOO minimalist with their website and it's frustrating sometimes. I also don't like the new forced Google website on the New Tab, how do I get my recently closed tabs back?
It's trying to train you that searches go directly in the address bar and that you don't need to ever go to google.com
To further my hate of this new tab page, you can't even open the 4 pages in new tabs.
Any recommendations for good new tab page extensions?
To further my hate of this new tab page, you can't even open the 4 pages in new tabs.
Any recommendations for good new tab page extensions?
You sure? Which build? I just tried it in the latest Dev build and was able to.
Using this now, better than the new Chrome one.. though the tab images aren't working yet. Lacks the other device section that the old Chrome one had, but I can get to this through the other menu (whats this menu called? The 3 lines one).I use Speed Dial 2. It's cool. I use it mainly for the Recently Closed Tabs list.
Version: 27.0.1453.56 beta-m
No new tab option in right click menu and Control + click/middle mouse just open in the current tab.
{
"name": "NameofExtension",
"description": "DescriptionofExtension",
"version": "0.3",
"permissions": [ "contextMenus", "tabs" ],
"update_url": update",
"manifest_version": 2,
"background": {
"page": "background.html",
"persistent": true
},
"browser_action":{
"default_name": "DefaultName",
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"64": "icon64.png"
},
"key": "keyPass",
"minimum_chrome_version": "6"
}
chrome.contextMenus.create({
"title": "Chack for \"%s\"",
"contexts": ["selection"],
"onclick": search_start
});