cfwebsocket working example on android phone browser? - android

I been putting together some of the CFWEBSOCKET demos I found on the web. I can get them working on iOS and with different browsers fine. Yet when I try my Android phones S3 and Xoom they don't connect correctly with any of the Demos I found online.
I been searching but don't see any comments on using CFWEBSOCKETS for a Android Phone Web Application. Has anyone ran into this issue? I see Websockets work using the Echo Test from Google so it has to be something with CFWEBSOCKET coldfusion tag.

Related

Wordpress website will not load on mobile. 504 error appears

Recently created a wordpress website, which works fine on the following:
Desktop.
iPhone on Wifi and 4G
Android on Wifi
On Android using 4G it simply does not want to load. I receive a
ERR_CONNECTION_CLOSED or HTTP ERROR 504.
I've tried optimization plugins and image resizing. Also removed a slider to see if that was the problem. I've tried Android browser, Chrome and Firefox all to no avail.
I'm quite a novice when it comes to code, so not sure where to start. Thought I'd try here to see if anyone can offer advice?

Gmail Addon invisible on iOS Devices

A few months ago we developed a Gmail Addon called TeamGram. It's working on web very well and it's working on android and ios devices in Gmail app. Nowadays though the adds on working android devices, we cannot see the addon on ios devices. Some addons like Asana and Trello are working on ios devices but for example Dropbox acts like TeamGram. Do you have any idea about that situation? Why do some add ons get lost suddenly?
Cheers.

Vidyo.io - No audio sent when using Firefox for Android

Video calls fail to transmit audio from Firefox for Android (I have not changed anything on the code and everything worked just fine earlier. Firefox receives audio just fine). I have tried to test Webrtc separately (audio/video) and everything seems ok. The only thing I can come up is that the problem is within the Vidyo.io library or Firefox. I also tested this problem with Vidyo.io demo page and multiple devices. I get no errors from vidyo.io api. Other browsers work as expected (on Android). I have even tried to install earlier versions of Firefox and Vidyo.io with no success.
Vidyo.io only supports Chrome on Android for now. However, we are working towards supporting other mobile browsers like Firefox and iOS Safari in the future.

Page not rendered properly on browser called Internet (LG)

I built a website in Rails and it is rendered properly on most major browsers, on computer and phone. However, on my phone (an LG G3) which has a browser called Internet (version 5.2.34b13) I can't open navbar, I can't sign up and some other small features are not there. On the same phone it works fine with Chrome.
Has anybody had any similar problems? How can I fix this?
Jello Al-Josh!
It sounds to me like it is a cross-browser issue and has nothing to do with Rails. I'd recommend you to use the Autoprefixer gem ( https://github.com/ai/autoprefixer-rails ) to sort out CSS vendor prefixes issues.

How to debug a website on Android?

I don't have an Android phone or tablet, and it seems that on some Android devices using stock browser my website is stuck for half a minute until it loads.
I've been testing with various emulators found online like BrowserStack, etc. The browser is just stuck for a while. That's not the case for iPhone or desktop.
How can I debug this issue? How can I see a developer console or errors or figure out what's causing the slowness?
You can use Remote Debugging with Chrome for Android if the problem happens on this browser (which is the default browser on recent Android versions)
How to use Remote Debugging with the emulator
If the issue only occurs with the legacy Android browser, you might be able to get some information by monitoring the http requests with Fiddler
How to use Fiddler with Android
These links will help you debug code in general without having a physical android.
Android studio user guide on debugging: Start, Projects and Tools.
Google developers page.

Categories

Resources