Hi Frederic
this will be one of the features of the PRO version.
In any case, it’s not a matter of viewport but of User-Agent SCFM does nothing on the client-side. It detects the device by the User Agent.
If you add this line of code in your wp-config.php before the comment /* That’s all, stop editing! Happy blogging. */:
define( ‘SCFM_EXCLUDE_TABLETS’,true );
then tablets will be considered like desktops. But you will not be able to assign “tablet-specific content”, only consider them as desktop instead of mobile.
In the PRO version, which honestly I have no idea when will be ready, you will be able to assign specific content only for tablets. But you will have smartphones, tablets, and desktops, nothing else.