App FAQ's

FAQ's for App

Address Bar / URL bar appears in my App

This happens when you do not upload the accesslinks file in the .well-known folder. Please see step 1 in this video : https://youtu.be/8QkRH3yE6Hg?t=80

H5P icons not appearing

Add following CSS in customizer - Custom CSS

@font-face{
    font-family:'H5PFontAwesome4';
    src:url("https://langcom.online/wp-content/uploads/h5p//libraries/FontAwesome-4.5/fontawesome-webfont.woff");
}

Also add this link : https://yoursite.com/wp-content/uploads/h5p//libraries/FontAwesome-4.5/fontawesome-webfont.woff

in WP Admin - Vibebp - Settings - Service Worker - Precache resources. While saving make sure you regenerate service worker with an updated version.

IF above does not work, another alternate is to edit the H5P plugin and add the font definition. This can be done via cpanel or FTP. Refer following screenshot for reference.

Last updated