Friday, June 27, 2025
28.5 C
Singapore

Letter to the Editor | LTA also needs to enforce control on e-tricycles used by non-disabled people to deliver food

Got a juicy story to share? Came across a gross injustice that needs to be heard? Want to have your opinion on current events made known? Email us your story with details and proof! Make your voice known!
[email protected]

Dear Editor,

I refer to the article, LTA cracks down over 120 errant riders: PMDs on roads & footpaths, bicycles without handbrakes

I was really happy that the LTA is finally doing their job in monitoring and enforcing control of the e-scooters and e-bikes nuisance. I believe they still are not doing enough as one can still see this nuisance around.

What is interesting is now not only are e-bikes and scooters on the walkways, but we now also got e-tricycles delivering food and used by non-disabled people. Just this morning, within a span of less than 5 minutes, I encountered 2 such people.

@theindependentsgE-tricycles are now becoming more common♬ original sound – The Independent Singapore

Cheers
Christopher Bong

See also  Illegal motorcycle parking blocks wheelchair & stroller users from using pedestrian ramp

The views expressed here are those of the author/contributor and do not necessarily represent the views of The Independent Singapore.

LTA cracks down over 120 errant riders: PMDs on roads & footpaths, bicycles without handbrakes

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });