kidoz.hide( "panelView" ) is not working on iOS for me...

I just tested my purchase of ad removal InApp and with using kidoz.hide( “panelView” ) noticed the kidoz ad is not removed completely on iOS. The handle to show the apps is still there and not hiding (going away).

Shouldn’t this be removed completely after using kidoz.hide( “panelView” ) ?

kidoz.hide(“panelView”) should hide the handle.

Are you by any chance loading the panelView multiple times?

The panelView is meant to be loaded only once in an app session. After it’s loaded you can use show() and hide() to display it where needed.

kidoz.hide(“panelView”) should hide the handle.

Are you by any chance loading the panelView multiple times?

The panelView is meant to be loaded only once in an app session. After it’s loaded you can use show() and hide() to display it where needed.