thunkable / thunkable-issues

24 stars 9 forks source link

A feature request for blocks that can execute JavaScript - code directly #1185

Open kezb765 opened 1 year ago

kezb765 commented 1 year ago

Code blocks are suggested that can execute JavaScript (JS) directly. Ideally, access to the components of an app should also be possible here, e.g. via the ID of a component.

The following advantages are seen:

tatiang commented 1 year ago

Yes! I think it's even possible to detect swipe motions for screens (not just DVLs) using JS. Would love to see a block like this.

Muneeralshaikh commented 1 year ago

At least in Android, the runtime (APK) of Thunkable apps includes calls to V8 engine which executes all non-DOM JS code so there should be no issue to add such component.