Playing VIDEO on ionic

Hi,

I am working on an app, that has two video player views, in one of them I need to use custom player buttons, and in the other I need to use the default player buttons.

In IOS I am having trouble. I am using the property allowinlinemediaplayback in config.xml , in order to put my own buttons in one player. But that option make that I cannot use the native IOS player in the other view.

I have been trying to disable en execution time the property allowinlinemediaplayback but I can find out how to do it.

Any ideas? Thks.