jquery mobile stuck on white screen between transition android - android

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";

Related

YouTube Android Player API stopped working suddenly

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 ..

UI Element (Font, button, images) size issue on Mobile first platform Hybrid app on android devices

I am supporting a hybrid app built using IBM mobile first platform v7.1 and jQueryMobile framework in which we are facing UI element size issues on android platform. The font, button and all the other elements appearing too large on android app since last 2 weeks. However, the app was working fine few days back.This app is on google playstore and this issue persist over there as well
I don't know what has broken the app since nothing has been changed from the code perspective and its happening only on android OS version 6.0 and above. This might be an android OS version issue
Any Guidance or suggestions will be appreciated to identify the root cause or fixing the issue

View is not rendering in android 5.1.1 devices but working perfect on below versions

I have developed cross platform app with sencha framework.I have targeted it for android API 22 which is 5.1.1 and with Cordova 5.0.0 .Works perfectly fine with 5.0.2 device but in 5.1.1 it doesn't render its view just shows a blank white screen after splash screen ,no idea on whats going wrong please little help is appreciated .
One wired senario :When run the app on 5.1.1 device and lock the phone at app initialize and when unlock the phone after some time the view is rendered .

All previous Mobile Views are visible in Worklight Android Application for Samsung devices with OS version higher the 4.1.x

I'm using dojo performTransition to switch between views and it is working fine all the devices except Samsung devices with Os version higher than 4.1.x
Transition is working but all the previous and next view are visible and I'm able to see all the screens that I navigate from on the screen by swapping the screen
Please look at the following dojo defect:
Transition issue on some Android 4.1.x devices:
https://bugs.dojotoolkit.org/ticket/17164
As well as this previous post that may help you based on Ken's and Idan's suggestions:
IBM Worklight 6.0 - Dojo application doesn't work on Samsung Galaxy S3
manually hiding and showing screens using css display 'block' and 'none' after transition is finished worked for me.

Application running really slow when android os update to 4.1.2

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.

Categories

Resources