0

In pine script, is there a way to check if the user is currently on a mobile app so I can set a specific label size depending on form factor?

I tried looking for functions but cant find anything that resolves the form factor to build into my if statements.

1 Answers1

1

No, that is not possible.

You can add a user input for the label (or any other drawing) size.

vitruvius
  • 15,740
  • 3
  • 16
  • 26