PowerApps-Samples icon indicating copy to clipboard operation
PowerApps-Samples copied to clipboard

LinearInputControl rendered differently on watch and canvas app

Open chienhsiang-hung opened this issue 1 year ago • 0 comments

I followed the https://learn.microsoft.com/en-us/power-apps/developer/component-framework/implementing-controls-using-typescript?tabs=after#adding-style-to-the-code-component step-by-step carefully.

When I run npm start watch it rendered successfully as shown. image

But when I imported it into my canvas app it seemed to miss the dragable bar and some properties. image

seems the watch env is different with the dev env @@

chienhsiang-hung avatar May 13 '24 07:05 chienhsiang-hung