ADVERTISEMENT

Jackson Wang delivers in wild, flawless PH concert

Published Nov 3, 2025 02:08 pm
Global superstar Jackson Wang surely knows how to give his Pinoy fans a memorable experience.
Kicking off the Manila leg of his "MAGIC MAN 2" world tour at the Smart Araneta Coliseum on November 2, Jackson delivered not only a visually stunning show but also glimpses of his flaws, vulnerability, and artistry.
This marked his first solo headlining concert in the Philippines, following his previous appearances at "K-POP Masterz" in July 2022 and as one of the main headliners at "Head In The Clouds Manila" in December 2022.
The Big Dome shimmered with light sticks and deafening cheers as fans eagerly awaited Jackson’s appearance on the center stage. As the lights dimmed, cinematic visuals filled the screen, and Jackson emerged wearing a harness to perform "High Alone."
The crowd sang along and cheered loudly as he followed up with "Access" and "Hate to Love."
Amid the overwhelming cheers and a lively moshpit, Jackson admitted he was unprepared for the audience’s reaction.
“Manila, honestly, I have one thing to say. Manila is f*cking crazy. This is insane, bro,” Jackson exclaimed.
At one point during the concert, Jackson brought four lucky fans on stage and treated them to a seductive dance to "Shadow on the Wall," delivering what was arguably the ultimate fan service.
Also in attendance were Anne Curtis, Darren Espanto, Cassy Legaspi, and the P-pop group Horizon.
Jackson’s setlist leaned heavily on his introspective and powerful latest album, featuring songs like "Contact," "Closer," "Not for Me," "Blue," "Everything," "Long Gone," and "Dopamine."
He closed the first set with an electrifying band performance and a dance break.
Showing no signs of slowing down, Jackson then amped up the energy with hits like "Buck," "Let Loose," "Titanic," and "GBAD."
The arena echoed with the chant, “Life is good, but you gotta be a d*ck sometimes,” a cheeky reminder from Jackson that it’s okay to focus on yourself and savor the little moments.
In a moment of candid vulnerability that deeply resonated with the audience, Jackson performed "Dear Sophie Ricky" and "Made Me a Man," dedicating the latter to his parents.
As a testament to his love for his Pinoy fans, Jackson returned to the stage to perform a remix of "Buck," "Access," and "GBAD," transforming the arena into a full-on bar vibe.
Finding a sense of magic in the moment, he penned a heartfelt message to his fans before exiting the stage. 
“Be happy. Find your own standard of happiness. That’s all I want for my audience, my fans, my followers. And if I can reach more people to share this message with, I’m already happy. I’m already satisfied. Because life can be beautiful, but at the same time it can suck, you know? Life is great. So, thank you. Thank you. Salamat po,” Jackson said.
Beyond his incredible musical talent, Jackson has also made a mark on the fashion scene. Always in the spotlight, the global superstar shows he is unafraid to express his true self.
“I think whatever I enjoy, my fans already know. I never hide when I vape, when I smoke. I never hide when I drink, when I go to clubs, when I party. I never hide, because there’s nothing wrong with that, you know,” Jackson said during an interview on October 30.
He also elaborated that sharing his personal side is his way of being authentic with his fans.
“I make sure I show all sides of myself to my fans because they always show love and support to artists. For me as an artist, I want… I think it has to go both ways, like a family, you know? In return, I want to make sure I show them who I am and what I do,” he said.
Adding a lighthearted touch to the conversation, Jackson revealed that if he were to dedicate any song to his Pinoy fans, it would be Black Eyed Peas’ "Where Is The Love."
Explaining his choice, he said, “I think that’s one of the few songs that made me start dancing as a kid.”
As to why, he said, “Simple. ‘Cause it’s simple. Music used to be simple.”
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.