Details
Description
On the STK demo site a channel resolver is configured. When the public site is loaded on a smartphone a special theme (pop-mobile) is used. This is not working on the author instance.
When debugging it locally it seams the resolver class is used while being in edit mode. In this case further execution is skipped (in this case ok).
DeviceChannelResolver
if(server.isAdmin() && (mgnlPreview == null || "false".equals(mgnlPreview))) {
return UNRESOLVED;
}
But when switching to preview mode nothing happens. The resolver class is not called and no special mobile theme is used.
Is there a reason why channel resolving should only work on public instance or is there a bug?
Checklists
Acceptance criteria