Hey @Hoken,
What's different on the POS vs desktop app? Have you tried experimenting with media queries?
Hi Scotty,
I saw media query but I meant to have 2 different pages not just on aesthetics . I saw that when you open the link on pos app, for example in "order complete" section, you can redirect the user on any page of your application, so I thought it would be possible to let admin's user configurate some parameters in a configuration page on desktop myshopify.com/admin and redirect normal users from pos to real app. It is possible?
Hi all,
There are several utilities from `@shopify/app-bridge-utils` you can use to see which platform the app is running on.
The docs will be published to the Developer site soon.
import {isShopifyPOS} from '@shopify/app-bridge-utils';
if (isShopifyPOS()) {
// app is running on Shopify POS
}
User | Count |
---|---|
12 | |
12 | |
10 | |
7 | |
6 |