Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Mobile browsers have problems grabbing ASIN #28

@razorman8669

Description

@razorman8669

the code
https://github.com/Purse/buywithbitcoin/blob/master/src/content/app/ProductApp.jsx#L34

    const asin = document.querySelector('#addToCart #ASIN').value;

fails on mobile browsers since amazon removes this element when rendering on mobile. we need another way to grab the ASIN so that we can add to cart.

This however, isn't really an issue, since the chrome/firefox extensions cannot (currently) be installed on mobile. However, once firefox allows installing any extension on mobile firefox, we should fix this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions