Kollus player cannot be launched in Android Chrome
This document is a machine-translated draft and is currently undergoing review. Some content may be inaccurate or differ from the original Korean version. For the most precise information, refer to the Korean documentation.
Symptom
After an Android Chrome browser update, clicking the play button does not launch Kollus Player, or it only launches intermittently.
Cause
After the Chrome browser update, Intent URL calls from within an iframe are blocked.
This can be confirmed by a 'Navigation blocked' related log in the Chrome developer tools console.
Resolution
Using Kollus Web Player Controller allows you to work around the app call blocking issue from within an iframe.
- Include Kollus Web Player Controller in the HTML page that contains the
iframetag with the Kollus playback link. - Enter the
idvalue of theiframetag that has the Kollus playback link in thechildattribute. - After applying the code, verify that the app call works correctly in the Android Chrome browser.
- If the issue persists after trying the steps above, contact the technical support team (PE, tech_support@catenoid.net).
For detailed descriptions of Kollus Web Player Controller, refer to the Web Player Controller document.