ADVERTISEMENT

Review: Toyota Corolla Cross Hybrid Vehicle (HV)

Published Jan 22, 2021 12:07 pm

Cross my heart

Text and photos by Eric Tipan

As of late last year, the LTO said there are over 1.3 million private vehicles in the Philippines, and that’s not even counting the ones that aren’t registered yet, or weren’t able to because of COVID-19.

Out of that lot, the DTI says only a measly 4,362 are xEVs, which is an acronym that refers to any of the four types of battery electric vehicles available in the market – hybrid electric vehicle, plug-in hybrid electric vehicle, battery electric vehicle, and fuel cell electric vehicle. That’s a paltry 0.32% of all passenger cars in the country.

Toyota Motor Philippines wants to change that picture with an affordable hybrid vehicle in a popular crossover body, the Toyota Corolla Cross HV (Hybrid Vehicle). I spent a week with it and immediately fell in love.

While the Corolla Cross shares the same TNGA (Toyota New Global Architecture) C platform with its namesake, its attractive features come from the RAV4.

It’s not as boxy, comes with slightly smaller dimensions, and has a more svelte look. These are qualities modern city-types look for; pretty but not designed to death. The late Steve Jobs summed up that sentiment with the phrase, “Simplicity is the ultimate sophistication.”

As a crossover, ground clearance is a modest 161 mm and I believe that’s just the right height for the young market that loves wearing the skinny jeans.

What it has over the RAV4, aside from hybrid tech, is the all LED lighting setup (from the bi-beam headlamps, daytime running lamps, fog lamps, to the taillights).

I love how it also has Apple CarPlay, Android Auto, and Bluetooth connectivity.

NVH dampening was very high for a mass market nameplate. This one fancy neighborhood uses slabs of paving stones to slow down traffic approaching the guard house. Vehicles I bring over usually get the shakes, but not the Corolla Cross. It was surprisingly good that it belied the 18s it was running on.

Handling is terrific. It feels like sedan and swings around corners easily while keeping its balance, and steering is wonderfully light.

Plus, it can take in at least 440 liters worth of cargo even with the 60:40 split-folding and reclining second-row seats up.

If you haven’t been in a hybrid, one thing that never fails to surprise is how quiet it is when on EV (electric vehicle) mode because the engine is off while it runs on pure battery power.

And you don’t need to charge it. Toyota’s Hybrid Synergy Drive system does that by itself. When the battery runs low, it fires up the engine to keep the vehicle going while charging the battery. It also takes kinetic energy produced during braking and puts it in the battery. When it collects enough, the engine is turned off and it’s back to EV mode, which saves you a ton of gas.

Meanwhile, you’re having fun driving with a fuel consumption rate of a motorcycle – 17 kilometers per liter, in traffic – while keeping your emissions low.

It uses two power sources, a 1.8L four-cylinder engine with VVT-i that puts out 98 PS and a motor generator with 72 PS. Together, a total output of 122 PS and 142 Nm of torque is sent to the front wheels via a CVT (continuously variable transmission).

As you can see, the motor generator (EV mode) doesn’t really put out much but if you need to overtake, the engine automatically kicks in to give you that extra boost.

Another great thing about the Corolla Cross HV is it’s just the third Toyota model to get TSS (Toyota Safety Sense) after the Super Grandia and the Alphard. It comes with Pre-Collision System (PCS) which can help prevent a collision with a vehicle or pedestrian in certain situations; Automatic High Beam (AHB) that automatically toggles between high and low beams when there’s oncoming traffic; Lane Tracing Assist (LTA) keeps the vehicle centered and in its lane; Lane Departure Alert (LDA) warns the driver when it senses that the vehicle has veered from its lane; and Adaptive Cruise Control (ACC) automatically adjusts speed to assists in maintaining a preset distance from the car in front.

All of that, plus amazing fuel returns, for Php 1.650 million. How? Because of the ASEAN Free Trade Agreement.

I know there’s still a lot Filipinos don’t know about hybrids but there’s so much information out there already. For a country ranked 12th highest worldwide in terms of the number of internet users, we ought to know by now, right?

So, fire up the internet browser and see how easy is to fall in love with the Toyota Corolla Cross HV.

Related Tags

Toyota Corolla Cross hybrid crossover
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.