The responsive preview appears blank after a fresh Spark installation. Nothing loads in it, and no javascript errors. Just get a blank gray frame that looks to be the size of the selected device. There also doesn't seem to be a way to close it after choosing a device from the menu, other than by reloading the page.

Comments

webchick’s picture

Issue summary: View changes
Status: Active » Fixed

This appears to be fixed for me in the latest dev release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

b3wii’s picture

Hi, i have the same problem as dfletcher the preview doesnt load the correct page...
screenshot

Edit: To fix the problem just comment the part "+ window.location.pathname" in line 674 of \profiles\spark\modules\contrib\responsive_preview\js\responsive-preview.js

$frame.get(0).contentWindow.location = Drupal.settings.basePath.slice(0, -1)/* + window.location.pathname*/;

Fix