Video tag not working properly with themeable browser plugin in ionic 3

I am playing mp4 video using vg-playar. Below my code. Which i am using for play video

<vg-player (onPlayerReady)="onPlayerReady($event)" style="background-color: #ffffff;"
    vg-plays-inline="'true'" vg-native-fullscreen="'false'" vg-plays-inline="'true'"
        vg-native-controls="false">
        <video #media
        [vgMedia]="media"
        [src]="currentItem.src"
        id="singleVideo"
        preload="auto"
        crossorigin
        [poster]="currentItem.loadingImage"
        loop
        style="width: 100%;height: 100%;" 
        playsinline>
        </video>
</vg-player>

That was working great without any issue but problem cause when i am open themeable browser with any link after closing that themeable browser video playar page display PLAY button in center, CONTROL bar at bottom as per attached image.

https://i.stack.imgur.com/5Bvvv.png

That PLAY button, BOTTOM bar, TOP bar not coming if i am not opening THEMEABLE browser. once i open THEMEABLE browser plugin video playar coming like below image