My app uses this version YouTubeAndroidPlayerApi-1.2.2.zip https://developers.google.com/youtube/android/player/downloads
Recently my users started to report issues that videos aren't being played/loading - endless circle progress bar.
I checked on my Samsung S10 (Android 12) and it also has the same issue.
But I checked on pixel emulator (also Android 12) and it works fine, I even updated YouTube app to the latest version and still it works, so weird.
So emulator and real device has same version of YouTube app (17.22.36) and both on Android 12 but it doesn't work for real device only
And mb it effects only some users. App has enough users but only a few report this problem now and it doesn't work for my real device
I have same problem .
My YouTube App has some users and it works fine several years .
After update android12.
My app not works .
Debug point is just : youtube fragmentX(override) - OnStart() , and endless circle progress bar.
No problem in other version real phones (Samsung S10) .
I thougth that 'Restrictions on background starts' realated bug on android12 .
-->
https://www.getdroidtips.com/netflix-youtube-not-working-after-update/
I just clear YouTube Cash, and Data.
And it works again ..
Related
In latest android 10+ We are facing the wired issue in Ionic application. When user try to play video screen flickering black screen. Mostly its happen in Samsung android devices. Video is not loading from internet. Its a local device video. Also, not an issue with file reading permission. As 1/10 times its work and 9 time not working.
Google Chrome 85 released today fixes this going forward. its an issue with HTML5 Video player and webview. Please update to the latest version of chrome 85 and android webview
Currently, I am trying to make the Virtual Tour app to play with cardboard, then get the demo completed and it's working like a charm in Editor Play mode and on my Lenovo Phab 2 phone. Unfortunately, when I install it on Samsung Note 9, the app displays upside down. I have tried change the orientation in player setting and edit the android manifest but still no luck are there any one know the solution? or is it the bug in GoogleVRSDK or Unity ,caused at first there is the lack in app build that Unity build the app as normal app not Cardboard one even GoogleVR Demo scene, but after restart Unity it works fine.
This is apparently an issue with Unity 2019.1.x and both Android and iOS.
Either, switch rendering from Vulkan to OpenGLES3 (Android, not sure about iOS)
Or, downgrade to 2018.3.14f (is said to work for both iOS and Android)
Track updates here:
https://github.com/googlevr/gvr-unity-sdk/issues/1030
https://github.com/googlevr/gvr-unity-sdk/issues/1031
I'm using:
jQuery Mobile 1.3.2
Knockout JavaScript library v2.2.0rc
Phonegap 2.9.0rc1-0-g002f33d
Lately I'm getting complaints from customer that the app get stuck on white screen between page transition.
The customers are using Galaxy notes4 (android 5.0.1), and Nexus5 (5.1).
I cannot reproduce it on any of my device: S3 (4.3), iphone4, ipad3.
or any of the simulators - I tried Nexus 5 (Google API 22), and Android 5.0.1 API 21.
This only started to happen lately - therefore I assume it's a result of some upgrade in the Android/Browser core.
I'm trying to get hold of the customer device, but until then any help will be appreciated
I got a hold of a customer device, and my first guess was correct:
I disabled slide transition on android
I.e. I comment
$.mobile.defaultPageTransition = "slide";
My app has an embedded Youtube player. I am using the latest version of the Youtube Android Player (1.2.1). I am using the YouTubePlayerSupportFragment and this fragment is nested inside another fragment of my app.
It works on Android 4.4 and Android 5.0.
On Android 5.1 it works at the beginning, but after playing some videos the problem arises. The entire device slows down up to the point of it becoming nearly unresponsive. If I kill the app (if the Youtube Android Player gets killed) the device goes back to normality. However, from now on the Youtube Android Player cannot play any more videos (the device becomes unresponsive again).
Edit: in case the problem was in the fact that it is an embedded fragment, I have tested with an Intent (YouTubeIntents.createPlayVideoIntentWithOptions). The problem remains the same.
Has anybody experienced this kind of problems?
Solved! I was compiling with targetSDK 21, but Android 5.1 is SDK 22. It looks like compiling with an older SDK was causing the problem. After updating the targetSDK to 22, now it work like a charm.
I have made HTML5 application which is using vmoss platform, similar to phonegap. The application was running smoothly on samsung galaxy 10.1 tab with android version 4.0.4. After the client updated the device to android 4.1.2 now he is complaining of following issues.
Calendar control not working in new version
Text box controls having focus issues
Application GUI Issues because response is very slow
The page where issue of slowness comes is the page where child pages are loaded inside one of its div.
Can someone tell me, is it android os update issue or what?
i think it's because of the platform not updated to work/cope well with version 4.1.2
this one is vmoss platform issue.
Better try to run simple Html page with all these control without using the VMOSS at backend and see if there will be any issue.
Some time the version of Jquery doesn't fully support by the browser.