This week, people from Worcester Art Museum come to the class and gave each of the content group some suggestions to make our app looks nicer and more usable. Her suggestion for our group is follow:
First, make the interface more simpler, so when the readers scrolling the article, the pictures will not fly everywhere;
Second, add the lightbox feature into the chapter. Although I have set up the feature, but we are not yet to combine.
Third, since they have HD pictures, they want us to make zoom function into the app, which we disable the function at beginning.
This week, with joe’s help, my lightbox function now is working in the app.
My primary work is working on the zoom function. My goal is to having zoom function, while doesnot effect other chapters.
By talking with my classmate, Williams, he told me the way how to disable the zoom function.
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no” />
From the blog zli1 » cs-wsu by zhengjunli and used with permission of the author. All other rights reserved by the author.