সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Website Crash On Firefox For Mobile

  • 1 উত্তর
  • 6 এই সমস্যাটি আছে
  • 7 দেখুন
  • শেষ জবাব দ্বারা guigs

more options

Hi,

I have a website i.e http://www.stdtestingnycity.com . It is a responsive site with mostly text and some images (no video). The website is hosted on a shared server with Godaddy. The site is working fine when I open it on desktop but in past couple of days few android users contact us saying that my site crashes when they open it on their mobile using Mozilla Firefox. I'm unsure what could be the actual problem behind this. Can somebody through some light on this.

Regards Mike

Hi, I have a website i.e http://www.stdtestingnycity.com . It is a responsive site with mostly text and some images (no video). The website is hosted on a shared server with Godaddy. The site is working fine when I open it on desktop but in past couple of days few android users contact us saying that my site crashes when they open it on their mobile using Mozilla Firefox. I'm unsure what could be the actual problem behind this. Can somebody through some light on this. Regards Mike

All Replies (1)

more options

Just to confirm, it does not crash on a Galaxy Note 4 with 4.4.2 and loads on both wifi and data.

There is a build in web console that might shed some light on this:

In order to investigate any errors it is possible to connect the device via remote debugging: Ok so I tried this finally and got it to work: this might be long but a shortened version:

  1. Connect the device to the computer via usb.
  2. In android settings go to About device and double tap on build id 7 times
  3. Go back and now see the developer menu
  4. Open the Web Console on the Desktop computer the mobile device is connected to. Click on the gear icon in the menu and on the far right column (3rd at the bottom) make sure "enable remote debugging" is enabled
  5. Open up Firefox on the android go to settings > developer tools and check remote debugging
  6. From Desktop go to Tools > Connect
  7. Open Tools > Console
  8. Click on gear and on the far right click on "Remote debugging for this session only"
  9. [adb sdk install required] in a terminal window

adb devices

make sure a device is listed. 
  1. On desktop in the window that openned up when you opened up connect click on connect
  2. Immediately after run this in the terminal:

adb forward tcp:6000 localfilesystem:/data/data/org.mozilla.firefox/firefox-debugger-socket

  1. On the device hit enable on the connection
  2. should be connected on the connect and click on the remote tabs.
  3. the logs will start to show up in the console.
  4. If you need adb log cat logs run in the terminal before you start to test:

adb logcat > text.txt

  1. Open up the Web Console on the desktop to view any errors when the connection times out.
  2. do you thing, and attach it to a bug.