Add-on works only in a desktop mode on Android.
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.
All Replies (4)
Please provide the URL or name of this add-on.
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.
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
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.