Different panel effect

Hi,

Is it possible to have cover panel in Android but reveal in iOS? I can’t find the global solution, like statusbar overlay.

Thanks.

Possible, just set panel panel-cover or panel-reveal class based on device before app init:

$('.panel-left').addClass(Framework7.device.android ? 'panel-cover' : 'panel-reveal');