Friday, June 27, 2025
30.4 C
Singapore

Lion City Rentals car refused to let cabbie’s elderly passenger alight at drop-off point

Dennis Chua, a taxi-driver shared that he was prevented from letting an elderly passenger alight at a safe drop-off point by another car. It is unclear when the incident happened but Dennis in sharing his unpleasant experience in the Facebook group Singapore Taxi Driver said that the car which was blocking him was from Lion City Rentals, an Uber-affiliated partner.

Dennis said that the incident happened at Block 309 Bukit Batok Street 31, and that when he approached the driver to allow his passenger to alight because it was raining heavily outside, the other driver refused to do so. When Dennis tried to explain to him that his passenger had difficulty walking, the other driver just stuck out his tongue.

Dennis asked how the other driver would have reacted if it was his own father in the cab.

See also  PSP’s Michael Chua opens Palms Bistro at Tanjong Pagar

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); } });