The following demo works well on Android and IIRC used to work on Windows but now doesn't.
Can anyone else get the screen to stop going to sleep on Windows Chrome, Edge, or Opera?
After some testing, I guess you may have configured the power settings, so it does not work. But I think this is wrong. I think what you are describing should be the screen saver after Windows has not been operated for a period of time, not sleep.
Please try the following steps (reset your power settings, you can choose to set it to never: both display and sleep):
Right-click on the blank part of the desktop to select personalization
Select the Lock Screen tab
Click Screen saver settings
Set the required waiting time and apply
Retest the Wake lock API. It worked for me.
Related
I have a web page based on iframes, working on Android, Windows, and Linux. I can't test it on iPhone or MacOS, but people reported it doesn't work on iPhone.
The page is here: https://fractarchy.github.io/fractarchy-cms/
I'd appreciate if someone could help me working this out, or maybe to get me a report from Safari Developer Console, so I can draw my next moves.
I still have no data on what's happening on iPhone, I only know "it is not working" (probably not working on MacOS too).
On all other tested platforms, you should see this web page:
TEST COMPLETED ON IPOD
So I tested your website on an iPod and it looks like the computer version. Their are a few issues including the text overflowing on the initial big bubble, the text not appearing on the smaller bubbles and the dragging function not working. I believe that on iPhones, if you hold a spot on your screen for a few seconds, it zooms in. I think that's what's happening here.
Hope this helps.
got this really odd and frustrating issue on my android tablet/android phone, got a webapp (html5/javascript/css) that works fine on chrome desktop - but on mobile and tablet chrome, it happens all too often that when i click into a new page, then the output in the browser is just a pure black page.
What i then can do is to either rotate the device so the screen switches orientation and then the page appears like magic, or i can ex press the multi-tab button and then just click back and it shows.
So it somehow seems to be about redrawing not reloading the page.
Its not everytime it happens but it happens quite alot and i get nothing in debugging or any hints to what is going on.
Looked through the internet for similar issues and there are a few but they are either not replied or they are focused around some youtube issues back some time, or very old issues (2011/2012) - nothing that really points into the problem here.
Anyone have any idea here or input to how i can fix this without having the user to rotate the screen all the time ? its really affecting the usage.
note 1: it is quite heavy on some places on javascript so its not just a standard webpage
note :running latest android latest chrome on android
Look here. It's the same bug.:
How to fix black screen on Google Chrome mobile load page
The bug got fixed Feb 28: https://bugs.chromium.org/p/chromium/issues/detail?id=933374
But it doesn't seem to have made it in the next version of Chrome Android: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.105..72.0.3626.121?pretty=fuller&n=10000
But the next version again should release with the bug fix (mid April?).
Meanwhile, did you find an easy js workaround for this issue?
Our site is currently useless until this bug-fix get released for Chrome Android?
My requirement is that, on the the click of a button in my website, it should go full screen.Its working using the full-screen api in safari, chrome and firefox, but not in I.E..Is there any proper way in which I can trigger full screen in I.E. 9 and I.E. 10? Also I have used the full screen api mentioned in https://msdn.microsoft.com/en-us/library/dn265028%28v=vs.85%29.aspx, which tells me to use "msRequestFullscreen". But in I.E. 11 it makes my website get cropped while in full-screen. Is there any resolution to this crop issue?
Lots of people are having these issues. You might want to just work for Edge instead. Not judging, but my advice. Most people use chrome/firefox. And Microsoft Edge has a higher rate than IE. Just use javascript, make it autodetect the browser the user is using, and if he's using IE, just make an unclosable pop-up saying "Sorry, please use a different browser"
At least just until this IE fullscreen problem gets fixed.
Here is one strange thing. Thanks for ideas.
My Chrome browser does not interact with some web pages as expected. When opening the pages on a different device (such as Browserstack or colleages' computers), everything works fine. There must be a problem with my device, it is obviously not linked to the browser version itself.
Example 1: click on element does not show reaction
When clicking on the small gray dots below the main image here, Chrome usually performs a caroussel switch. On my device, it does not. Clicks are constantly being ignored, although the automatic caroussel switch works just as on any other device.
Screenshot: i.stack.imgur.com/KR64m.png
Example 2: click on button does not show reaction
When clicking the button "Weiter" on this page in the lower right section of the page, my Chrome does not show any reaction. Works as expected on any other device.
Screenshot: i.stack.imgur.com/g8dHN.png
My Chrome Version: 33.0.1750.146 m (plugins disabled, surfing in anonymous mode)
OS: Win 7 Pro SP1 64 Bit
Thanks for help!
UPDATE:
I found out that my Chrome shows different results to a VisualEvent-check than Browserstack.
Have a look here:
My chrome (buggy): i.stack.imgur.com/Earrs.png
Browserstack (working): i.stack.imgur.com/zRRgA.png
What can I learn from that? There are two more event handlers
There are no VisualEvent differences for the second example, however.
UPDATE 2: On a MS Virtual Machine, everything works as expected:
My comment below
Hm do you deactivted your Javascript by accident?
https://support.google.com/adsense/answer/12654?hl=de
Have u tried a different browser on the same device?
I had this problem too, but it was solved by itself the next day. Maybe you just need to do a reboot?
Concerning my device, the issue is related to the fact that my device has a touch screen which Chromium does not know how to handle in the standard configuration. Considered a bug.
nzolghadr#chromium.org
The problem is with "'ontouchstart' in window" expression which the jquery.flexslider library uses. Right now on Windows Chrome returns that as true when you have chrome://flags/#touch-events enabled/automatic. Related issues are: crbug.com/467934, crbug.com/555746, and crbug.com/392584 which based on those it seems that Windows thinks something is touch enabled and Chrome just reflects that.
https://bugs.chromium.org/p/chromium/issues/detail?id=373991#c13
I'm using the Android S3 and using it for some file upload purposes.
I am trying to use a js library called dropzone.js(http://www.dropzonejs.com/) They have a function to drag and drop and also a old school file upload as well.
When I use this plugin and trying the demo, I get an error on my S3 saying "Unable to complete previous operation do to low memory". This happens on the Android browser and on Google Chrome on the S3. The result is that I cannnot upload my image and on the Android Browser I get redirected to my homepage and on Chrome the page refreshes.
If you had this "Unable to complete precious operation do to low memory" please let me know of any solution.
ALSO! I just tried this on facebook's upload and it also does not work and shows this same error. So it's probably not a dropzone issue, but an Android issue.
But in any case, if you have some solutions please let me know! Thanks!
Not sure what happened to the phone, but I did a factory reset and it works.
I had the same issue on my galaxy ace and just figured out.
I have ticked off "Do not keep activities" check box in "Developer options".
It solved the issue. That's all.
I had this problem with my samsung galaxy s3 phone and google chrome browser.
Unchecking "do not keep activities" does not solve the problem for me.I download and install firefox, the issue does not happen in firefox...
I don't know about chrome browser!
I have had the same problem on my Samsung Galaxy s4. I have found the solution on my phone and I have had no issues since. 1. Go to the Settings on your phone. 2. Select More in the top right task item. 3. Scroll to Developer Options. - If you don`t have developer options enabled follow steps 1 & 2, Then scroll down to about device and click on it. The phone informarion should be displayed and you should scroll down till you get to Build Number. The next thing to do is click on Build Number several times... ( Eaxh time you click on it an info bar will be displayed telling you how many clicks are needed for Developer options. When you have clicked BN several times then DO will now be opwn and we can continue with the above. 4. If you have clicked into Developer Options sucessfully then you must scroll down to the apps options near the bottom of D.O menu. 5. If ( Do not keep activities) is selected then be sure to untick it making sure the box has no tick in it as it will end every app or running operation as soon as it leaves the page, Hence the reason photos wont load up to Facebook etc. If this is done correctly then you should now be able to upload photos.
Read more: Unable to complete previous operation due to low memory? - When i tried to upload a photo from gallery to facebook using google chrome i got failed showing msg failed due to low memory wahat is solution :: Ask Me Fast at http://www.askmefast.com/Unable_to_complete_previous_operation_due_to_low_memory-qna7160577.html