ADVERTISEMENT

Hann Holdings eyes online gaming market, awaits regulatory clarity

Published Aug 6, 2025 06:06 pm
Hann Group Founder, Chairman, President, and CEO Dae Sik Han
Hann Group Founder, Chairman, President, and CEO Dae Sik Han
Hann Holdings Inc., the owner and developer of the integrated resort (IR) brand Hann Resort, has partnered with a European technology firm and is poised to enter the online gaming market once regulatory issues are resolved by lawmakers and the government.
In an interview, Hann Group Founder, Chairman, President, and CEO Dae Sik Han said his integrated casino resort in Clark already has an online gaming license, but he clarified that this is different from the purely online gaming license that is popular now.
“The nature of the business, and whether it's PIGO or online, is pretty much the same because this is online gaming. We have an online platform with around 100 different games,” he said.
Han said the revenue from this current platform is “very, very, very minimal” and that it is not powerful enough.
“But I don't think that works right now. So that's why we're trying to improve or come up with a different online platform. Instead of an online platform (our will be) more like an omni platform, meaning we improve, we enhance the gaming experience with online accessibility.”
Han said this platform will be engaged in the same market as the current crop of online gaming apps, which lawmakers and regulators are trying to shape into a gaming business that will have less appeal to the less affluent sectors of the population.
“You know, I strongly believe that this online gaming business has to be properly regulated, because the side effect of generating revenue for the government is that there is some kind of negative impact on society, especially on kids and then low-income households,” he noted.
Han pointed out that “the tricky part is, if this regulated online gaming platform is gone, then does that mean nobody will gamble online? It's a different story, right? That's why the government is really trying to regulate this thing.”
While it will take the company and its technology partner only a few months to get their omni platform up and running, he said they prefer to wait for clearer guidelines from the government so they can incorporate these into their platform before it is launched.
“It will take some time, especially right now, the government is trying to impose much stricter regulations. That means that there will be a change of the gaming rules and all of these online platforms, in the future, everything has to fit into these new regulations. That's why I think it will take time,” Han said.
He also disclosed that they are still working on the partnership terms with the European technology firm to see whether it will be a purely service provider or if it will be an equity partner.
“We’re still working on the terms. So nothing is final yet. But it's open to any type of arrangement. It depends on how negotiations go,” he said.
Meanwhile, Han said their ₱13-billion initial public offering (IPO) will push through in September and he is open to have cornerstone investors take bigger chunks of the offered shares.
“It depends on what CLSA (issue manager) will propose. I am open to any possibility which will give additional value to the company,” he said.
Hann Holdings will offer to the public up to 500 million primary firm offer shares priced at up to ₱23.60 each. It also has an overallotment option of up to 50 million shares to be offered at the same price by the company’s selling shareholder, Hann Group Holdings W.L.L.
The offer period will run from Sept. 9 to 15, in time for listing on the main board of the Philippine Stock Exchange (PSE) on Sept. 23, according to the latest timetable submitted to the SEC.
The company is expected to net up to ₱11.43 billion from the primary offer, which will be used for capital expenditures (capex) to fund development and expansion plans, and general corporate purposes of its wholly owned subsidiary, Hann Philippines Inc.
In its offering prospectus, the company said “We intend to increase our market penetration by capturing the upward trend in the online gaming market in the Philippines.
“We continue to actively explore business opportunities for the integration of online gaming services into our business model, which will enable us to provide our existing patrons with alternative gaming platforms that are leading the gaming landscape.”
The firm has started the rollout of online gaming to its patrons through a unified platform, Hann Live Online, which as of March 31, 2025, hosts 103 random number generator games.
This initiative facilitates player access to a wide selection of games via internet-based platforms which has already been implemented in 2024 and the first quarter of 2025.
“We intend to expand our portfolio of e-casino games to approximately 500 games by end of 2025. As we diversify our gaming services, we will continue to enhance our technology and research and development (R&D) capabilities to support our venture into online gaming.
“We intend to redefine the gaming landscape by offering a blend of brick-and-mortar gaming and online gaming. To facilitate this, we will integrate the remote gaming in the Hann Live Online platform,” the company said.

Related Tags

Hann Holdings Inc. Dae Sik Han
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.