如何获得适用于Amazon Api移动友好的add.html

We are using the API with the add.html to add products to the Cart. But the add.html is, let me say completely useless on mobile phone or even tablets. The add.html is to small to read.

There is a page called add-res.html which is the same page but mobile friendly. But the submitted clicks and products are not submitted. So the page looks great on mobile but some how the api doesn't track the sales and clicks with the add-res.html.

Is there someone who can tell me:

  1. is there a mobile friendly add to cart page wich works?
  2. is there a option or parameter to submit to add.htrml to make it mobile friendly?

The documentation has no information about that: Add to Cart Form - Product Advertising API

We already tried using the add-res.html which is completely mobile friendly but doesn't track orders and clicks.