ClickableOverlay Extension: Make Any Arrangement Fully Clickable
Description
ClickableOverlay is a free Kodular/MIT App Inventor extension that lets you make an entire arrangement clickable β including Labels, Images, and TextBoxes inside it β without setting each one individually.
It works by adding an invisible overlay layer that captures the click event, simplifying your UI logic and saving blocks. Ideal for creating custom clickable cards, banners, or sections in your app.
Price: Free (
donations appreciated)
Released On: Nov 10, 2025
Support me if you love this free extension:
![]()
PayPal
Explanation
Normally, Kodular doesnβt let you make all items inside an Arrangement clickable together β Labels, Images, and Buttons require individual click blocks.
ClickableOverlay solves this problem!
Just place the extension, assign your arrangement, and all inner elements will behave like a single unified clickable block.
Features
Single Click Event β Entire arrangement behaves like one button
Invisible Overlay Layer β No visual change; fully transparent
No need to set individual components as clickable
Works with any Arrangement (Horizontal, Vertical, CardView, etc.)
Lightweight & Fast β No layout lag or redraw
Dynamic Control β Enable or disable overlay via blocks
Event Supported: When Clicked
Blocks Overview
How to Use (Block Steps)
- Import the Extension
- Go to Extensions β Import Extension (.aix)
- Add
ClickableOverlayto your screen (non-visible)
- Attach to Arrangement
- Use block:
Call ClickableOverlay.MakeClickable Arrangement (YourArrangement)
- Thatβs it! Now everything inside that arrangement is clickable.
- Handle Click Event
- Add this block:
When ClickableOverlay.Click
β Do your action (e.g., open another screen, show notifier, etc.)
Use Cases
Clickable Card Views β Combine image + text + icon as one clickable card
News or Article Tiles β Open details on tap
Product Listings β Whole product container clickable
Custom Buttons β Make fancy buttons using arrangements and images
Profile or Menu Sections β Simplify complex UIs
Installation
- Import
.aixvia Extensions β Import Extension - Drag ClickableOverlay into your screen
- Use block
MakeClickablewith your target arrangement - Done β the entire area becomes clickable!
AIX Files
ClickOverlay.aix (10.0 KB)

Support me if you love
this free extension:
PayPal
Feedback
Try ClickableOverlay and share your feedback! Your suggestions help improve and inspire future free extensions. ![]()
Feedback
Changelog
- v1.0 (Nov 2025) β Initial release: single-click overlay system for any arrangement.
