I had made an android application using ionic framework. My app works fine on all devices except on a Samsung Galaxy S5. When I try to run my app on a S5 the app hangs a lot and crashes at several points. I did a lot of R&D on Google but didn't find any solution. Can anyone please help me out with this problem?
Related
I also tried to run the test on the firebase test lab with Robo script, and it worked fine with mi phones. Now what is the standard way of testing application for all mobile phones brand and how can I deal with the issues that only happen in some specific android devices? Are these devices not following the standards (like Microsoft did with internet explorer).
I also tried to make virtual machine of Mi mobile in android studio as well as Genymotion but was unable to do that, kindly guide me and sorry for any grammatical mistakes.
The aplication of my augmented Realty project with Unity3d is not working on some android phones. Works on Samsung Galaxy s5 and Galaxy s10 phone. and I've tried it on many phones like this, but it doesn't work well on Huawei p20 and Samsung Note8. Anybody know how to solve this? I'm sorry for my bad english..
The call is working perfectly fine for the first time.
But after that it freezes just before connecting to WebRTC, this is currently happening only on Samsung Galaxy S5 out of my 5 devices that I test upon.
Other devices are:
Motorola Moto G2
Nexus 5X
Samsung Grand
Samsung S2 (Genymotion emulator)
Please point me to something that can help... Sorry, but I don't have the logs for this error
I am from Crosswalk team. We are maintaining some basic tests for WebRTC on Crosswalk and haven't find similar issues.
If you can share your test page, it could accelerate the problem fixing.
Another way is to file bugs a bug JIRA where we use to track bugs,
https://crosswalk-project.org/jira/secure/Dashboard.jspa
I've installed my app on Samsung S2 GT I9100, but its not working.
The problem I figured out is, deviceready of cordova is not been called.
I read some articles, many people faced this problem. But no solution worked for me.
I tried the same app on other devices also it worked (like Moto, Samsung other devices, Asus etc).
The problem is Cordova doesn't support android versions which goes below 5% distribution according to Cordova-Platform-Guide. So you need atleast 4.1+ to continue to use Cordova in your app. Other wise you can switch back to older version of Cordova.
You can see latest survey of Google's distribution dashboard.
I have an application in android which gets some information from source code of some websites
it is working well on the emulator but it does not work on my real device (Galaxy S2)
**please notice that it is not working on real device(contrary to previously asked questions)
Any ideas where is the problem?
I found the answer:
I was using 2.3.3 version of OS in avd. the device i have tested my app was 4.
the problem solved using AsynkTask class which should be implemented in apps that they are using os versions greater than 3 when you need to get anysthing from web or connecting to database...
I think this link have a good explanation:
Why Ice Cream Sandwich Crashes Your App