jscti

Results 15 issues of jscti

Using an actions dialog, the actions list only support a string of arrays .. 2 problems : - That lead to ugly code where we have to get/match the selected...

Hi there, a little bug on your lib : ### Description Throwing an error in entryHandler result on an UnhandledPromiseRejectionWarning + impossibility to catch it ### Expected behaviour Should forward...

When loading a component containing the drawingPad inside a Modal view, the drawing gestures are conflicting with the IOS modal "panDownToDismiss".. When drawing, the whole modal moves as it think...

Seems like clearing a drawing on IOS works only when dealing with opaque colors. I need to draw on an image , And I need to clear the drawing if...

Hi Is there a way to run your module over a corporate proxy ? :( I got this pretty clear error : Creating session ...Error > > Error : getaddrinfo...

Hi there Server side, we send an error withDetails (in GO) : ``` st2 := status.New(codes.Aborted, "failed to map") st2.WithDetails(&Error{ Code: 1, Message: "error", }) ``` Client side (js /...

enhancement

Hi there **Please complete the following information:** - Library Version : 1.0.7 - Affected Device(s) : Pixel 6 @ Android14 With a simple HSV Picker without any bitmap : ```...

Hi `` tags seems to be handled only as "stylesheet" I have a `` and the module tries to convert it in CSS which obviously fails. Great module by the...

When using a fullscreen modal on Android, the snackbar doesn't appear as it shows up underneath the modalview, on the main view which is not visible

When adding an already parsed CSS file to a page, the media-queries don't get re-applyed when calling respond.update(). For example, if you have a CSS Theme chooser that : -...