OmegaRogue / pf2e-mobile-sheet

https://foundryvtt.com/packages/mobile-sheet
GNU General Public License v3.0
13 stars 5 forks source link

[Bug] Can't roll from sheet #16

Closed Rowiz49 closed 8 months ago

Rowiz49 commented 10 months ago

When on mobile, pressing buttons like skills, strikes or saves doesn't trigger the roll dialog.

OmegaRogue commented 10 months ago

When on mobile, pressing buttons like skills, strikes or saves doesn't trigger the roll dialog.

That seems to work for me, what versions are you on?

Rowiz49 commented 10 months ago

The rolling seems to be only disabled when in mobile.

OmegaRogue commented 10 months ago
  • Foundry v11 build 315

    • pathfinder 2e system v5.8.2

    • pf2e mobile sheet v0.2.4

The rolling seems to be only disabled when in mobile.

do you have canvas disabled on mobile?

Rowiz49 commented 10 months ago

Yes, I have it disabled

OmegaRogue commented 10 months ago

Yes, I have it disabled

Ah, that explains it, they currently require a token selected which isnt possible, I'm working on a fix

Rowiz49 commented 10 months ago

Understood, thanks for the good work!

OmegaRogue commented 10 months ago

this seems to be a bug in the system, im working on fixing it

OmegaRogue commented 10 months ago

https://github.com/foundryvtt/pf2e/pull/11672

Rowiz49 commented 9 months ago

It seems that now rolling can work, but right now it only triggers on the damage buttons.

OmegaRogue commented 8 months ago

It seems that now rolling can work, but right now it only triggers on the damage buttons.

Disabling the canvas won't be supported in this module soon-ish, instead there will be an option to remove the canvas html element do disable it, too much of the system relies on the canvas for it to properly work without a canvas, and proxying everything using sockets is starting to be a pain

OmegaRogue commented 8 months ago

Closed the wrong issue accidentally