Wikipedia widget uses desktop site (again); changed widget size

I can't get the mobile site to display correctly; the position of the
contents moves around depending on the widget's position on the board.

Switched back to the desktop site because it's not worth spending days
on this.
preferencesAboutTextFull
Craig Watson 9 years ago
parent d6295358a6
commit 259a765b5a
  1. 6
      resources/library/applications/Wikipedia.wgt/config.xml
  2. 2
      resources/library/applications/Wikipedia.wgt/index.html

@ -3,10 +3,10 @@
xmlns:ub="http://uniboard.mnemis.com/widgets"
identifier="http://uniboard.mnemis.com/widgets/wikipedia"
version="1.2"
minimum_height="260"
minimum_height="300"
minimum_width="360"
width="370"
height="400"
width="755"
height="450"
ub:resizable = "true">
<name>Wikipedia</name>

@ -194,7 +194,7 @@
toolbar.state = "started";
}
else
$('#web-browser').attr('src',"http://" + lang + ".m.wikipedia.org/wiki/" + textBoxInput);
$('#web-browser').attr('src',"http://" + lang + ".wikipedia.org/wiki/" + textBoxInput);
$('#url').val(kword);
$('#toolbar-button-search').css("background-image", "url(images/toolbarLoading.jpg)");
toolbar.loading = true;

Loading…
Cancel
Save