Jump to content
View in the app

A better way to browse. Learn more.

KH13 · for Kingdom Hearts

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
const pageNum = parseInt(jumpInput.value); if (pageNum >= 1 && pageNum <= totalPages) { currentPage = pageNum; updatePagination(); jumpInput.value = ''; // Hide the menu after submission const menu = paginationList.querySelector('[data-pagination-jump-menu]'); if (menu) { menu.classList.add('ipsHide'); } } } } }); // Also handle button clicks directly container.addEventListener('click', function(e) { if (e.target.matches('[data-pagination-jump-submit]')) { e.preventDefault(); const form = e.target.closest('form'); const jumpInput = form.querySelector('[data-pagination-jump-input]'); if (jumpInput) { const pageNum = parseInt(jumpInput.value); if (pageNum >= 1 && pageNum <= totalPages) { currentPage = pageNum; updatePagination(); jumpInput.value = ''; // Hide the menu after submission const menu = paginationList.querySelector('[data-pagination-jump-menu]'); if (menu) { menu.classList.add('ipsHide'); } } } } }); // Close menu when clicking outside document.addEventListener('click', function(e) { if (!e.target.closest('[data-pagination-jump-trigger]') && !e.target.closest('[data-pagination-jump-menu]')) { const menu = paginationList.querySelector('[data-pagination-jump-menu]'); if (menu) { menu.classList.add('ipsHide'); } } }); }); reservePageHeight(); window.addEventListener('load', reservePageHeight, { once: true }); window.addEventListener('resize', scheduleHeightMeasurement, { passive: true }); updatePagination(); }); });

User Feedback

Recommended Comments

Xalaru

Verified Member

I won a place to this but was unable to go. Sucks. Looks good though.

AaySquare

Verified Member

I would go to this to meet the producer and series composer if not to play KH HD 1.5 but I'm too far from London even though I'm in Europe. 

Jake

Verified Member

Ugh its toooo far away...... xD i live in florida so..... i live way farther from almost anyone -_- :(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.
Scroll to the top