Aniket Dharia
Responsiveness issue on iPhone 5
by Aniket Dharia - Tuesday, 15 April 2014, 9:32 AM
 

Hi

I was working on creating a sample using adapt framework for internal testing. We tested the sample on iPhone 5, but it renders the course as if it is running on a desktop. I understand that adapt has used two resolutions 777 and below for mobile and 778 and above for desktop and tablets. But the resolutions of iPhone 5 is 640 x 1136. It has just increased in height not in width but still the framework does not render on it correctly.

Please let me know if there are any specific considerations to be made for this device.

Cheers!

Aniket

 

Picture of Kevin Corry
Re: Responsiveness issue on iPhone 5
by Kevin Corry - Tuesday, 15 April 2014, 10:18 AM
 

Hi Aniket,

Just a thought - are you testing using main.html (grunt server-scorm command)? If so, the iframe won't resize properly on iOS devices.

Cheers,

Kevin

Aniket Dharia
Re: Responsiveness issue on iPhone 5
by Aniket Dharia - Tuesday, 15 April 2014, 12:31 PM
 

Hi Kevin - 

Yes I was testing using main.html. I have uploaded the package on Scorm Cloud now will test it there and post the comments based on the results.

Thanks!

Picture of Adam Laird
Re: Responsiveness issue on iPhone 5
by Adam Laird - Tuesday, 22 April 2014, 6:44 AM
 

best way to test cross device (leave scorm completion testing till later or on a different test) is to run

$ adapt uninstall adapt-contrib-spoor

Then you can just use index.html without worrying about scorm warnings

Aniket Dharia
Re: Responsiveness issue on iPhone 5
by Aniket Dharia - Tuesday, 29 April 2014, 6:47 AM
 

Hi Adam - 

Thanks! It worked fine with the mentioned change.

Cheers!