Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Add-on works only in a desktop mode on Android.

  • 4 trả lời
  • 2 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi Juanmaolp

more options

I installed an add-on in my Android phone but it does not work, it only works when i request desktop site. Thanks for your time.

I installed an add-on in my Android phone but it does not work, it only works when i request desktop site. Thanks for your time.

Tất cả các câu trả lời (4)

more options

Please provide the URL or name of this add-on.

more options

TyDraniu dijo

Please provide the URL or name of this add-on.

https://addons.mozilla.org/es/android/addon/rewardtip-shopping-community/

It's a friend's project and he don't know why the add-on only works when he request desktop site. He wants to run it without that request. Thanks for your time.

more options

He programmed only tabs.onUpdated event (fired when a tab is updated). So it's working only when the state of any property of the tab has been changed, for instance when it goes into the "desktop mode".

Your friend can receive help with addon development on this forum: https://discourse.mozilla.org/c/add-ons/development

more options

TyDraniu said

He programmed only tabs.onUpdated event (fired when a tab is updated). So it's working only when the state of any property of the tab has been changed, for instance when it goes into the "desktop mode". Your friend can receive help with addon development on this forum: https://discourse.mozilla.org/c/add-ons/development

Thank you a lot.