General questions and topics about Xerte Toolkits that don’t fit anywhere else.

Mobile toolkit - testing screen size

  • ronm2
  • Onderwerp Auteur
  • Offline
  • Premium lid
  • Premium lid
Meer
12 jaren 2 maanden geleden #1791 door ronm2
Mobile toolkit - testing screen size werd gestart door ronm2
Anyone know if there is a way to simulate a mobile phone screen size when testing the mobile toolkits on a desktop development machine?

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
12 jaren 2 maanden geleden #1793 door ronm
Beantwoord door ronm in topic Mobile toolkit - testing screen size
There's not really any substitute for testing on real devices but there are lots of options in terms of basic emulation e.g.
www.sitepoint.com/use-mobile-emulation-mode-chrome/

And the suggestions here webmasters.stackexchange.com/questions/1...ebsites-on-a-desktop cover other options

Xerte developer & trainer
e-learning & m-learning consultant
mitchellmedia.co.uk | xerteacademy.com | learningapps.co.uk
Note: Support here is voluntary and meant for users to support each other.
Need direct commercial support with Xerte? mitchellmedia.co.uk/contact/
De volgende gebruiker (s) zei dank u: ronm2

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Meer
12 jaren 2 maanden geleden #1794 door julten
Beantwoord door julten in topic Mobile toolkit - testing screen size
I built a simple launcher page which did a window.open on a load of differnt sized windows for various sizes, portrait and landscape:

<script>

var win;

function openWin(w,h){

if (win != undefined || win != null){
win.close();
}

win = window.open('index.html', 'test', 'width=' + w + ',height=' + h + ',scrollbars=yes');
}
</script>
<style>

body {
font-family:sans-serif;
font-size:12px;
}

</style>

<b>Small Phones, 320 x 240</b><br>
<a href="javascript:openWin(320,240);">Landscape</a><br>
<a href="javascript:openWin(240,320);">Portrait</a><br>
<br>
<b>Standard Phones 480 x 320</b><br>
<a href="javascript:openWin(480,320);">Landscape</a><br>
<a href="javascript:openWin(320,480);">Portrait</a><br>
<br>
<b>Large Phones 800 x 480</b><br>
<a href="javascript:openWin(800,480);">Landscape</a><br>
<a href="javascript:openWin(480,800);">Portrait</a><br>
<br>
<b>Android Tablets 1280 x 800</b><br>
<a href="javascript:openWin(1280,800);">Landscape</a><br>
<a href="javascript:openWin(800,1280);">Portrait</a><br>
<br>
<b>iPads 1024 x 768</b><br>
<a href="javascript:openWin(1024,768);">Landscape</a><br>
<a href="javascript:openWin(768,1024);">Portrait</a><br>
<br>
<b>HD phones / Tablets 1920 x 1080</b><br>
<a href="javascript:openWin(1920,1080);">Landscape</a><br>
<a href="javascript:openWin(1080,1920);">Portrait</a><br>

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

  • ronm2
  • Onderwerp Auteur
  • Offline
  • Premium lid
  • Premium lid
Meer
12 jaren 2 maanden geleden #1807 door ronm2
Beantwoord door ronm2 in topic Mobile toolkit - testing screen size
Thanks Ron and Julian!

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

  • ronm2
  • Onderwerp Auteur
  • Offline
  • Premium lid
  • Premium lid
Meer
12 jaren 2 maanden geleden #1810 door ronm2
Beantwoord door ronm2 in topic Mobile toolkit - testing screen size
Thanks Ron, the google chrome emulator is useful.

A couple of questions re the bootstrap mobile template - I'd like to put a tall, slim infographic into the presentation that the user scrolls down to read. I'm trying to determine how that graphic (I'm assuming .png is best to use) can fill the entire width of the window, no matter what device it is on. I don't see a width setting, or any way to tell it to scale to 100% width. Anyone know how I might do this?

Also - any way to stick a simple quiz in there? It doesn't have to be complicated, just some reinforcing questions to backup the content. If it was possible to insert html code into a page it could be done that, way but better I think with a quiz page from the full XOT.

I like the bootstrap template a lot. It's simple, like me.

Thanks
RonM2

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

  • Nieuw lid
  • Nieuw lid
Meer
12 jaren 2 maanden geleden #1834 door
Beantwoord door in topic Mobile toolkit - testing screen size
new here
I like the bootstrap template. its truly helpful for me

Graag Inloggen of een account aanmaken deelnemen aan het gesprek.

Moderators: ingdon
Tijd voor maken pagina: 1.174 seconden
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo