Talk:Mobile Projects
Share your ideas on how to make Wikimedia projects like Wikipedia better below
Contents |
[edit] Editing
- I'd love to be able to edit on my mobile phone. Tfinc 22:58, 8 August 2011 (UTC)
[edit] Display of routemaps in mobile view
I recently attempted to view a railway related article on a Samsung Galaxy SII. The display of the associated route map was corrupted. The text of the associated discussion which led me here is below:
from en:Wikipedia talk:Route diagram template#RDT in mobile_view
I was looking at several RDT in mobile view (smart phone) over the past day. I have noticed that when various BS templates are used in an RDT, for example en:Template:Glasgow Central which uses BS-5, BS-7 and BS-9 vertical alignment is lost, hence the vertical lines through the template are lost. Looking at a template which has a constant BS - en:Template:Dalry and North Johnstone Line which only has BS-3 the vertical line through the template is maintained. Mobile view also was showing white space between each line, however this was not too much of a viewing issue.
Thoughts? --Stewart (talk | edits) 11:24, 15 August 2011 (UTC)
- I don't use mobile to browse website. Can you capture the screenshots from your phone so we can get a better idea? -- Sameboat - 同舟 (talk) 01:03, 16 August 2011 (UTC)
-
- Going to have to work out how to get screenshots from the mobile - may have to revert to a digital camera. In the meantime have a look at mobile view of Template:Glasgow Central. and mobile view of Template:Dalry and North Johnstone Line.. This is not exactly the same as the mobile, but illustrates the issue. You might like to pick up the "mobile view" option at the bottom of any page. --Stewart (talk | edits) 22:09, 17 August 2011 (UTC)
-
-
- If the mobile view option on a "standard" computer browser is close to the actual rendering on the mobile phone, I would say this is unfortunately incurable, UNLESS our mobile staff modify the global css of mobile view. Seemingly the primaily cause of the breakings is that the width and height of the table cell are stretched greater of equal precentage (which is not intended by the RDT project.) This is better reported to meta staff m:Mobile Projects, but I doubt they would take this issue too seriously. -- Sameboat - 同舟 (talk) 01:17, 18 August 2011 (UTC)
-
- The rendering via the mobile view on a "standard" copmputer browser illustrates the main display features on a smartphone. So I guess it is off to Mobile Projects. It does raise an interesting point in my mind with respect to the increased use of mobile devices - Android, Blackberry and iPhone - and also tables for example the iPad and (if the copyright issues are sorted) the Samsung Galaxy tablet, as the latter two have a lot of similarities with thier respective assocaited smartphones. Incidentally it is a Galaxy SII that I have recently been trialling. --Stewart (talk | edits) 11:37, 18 August 2011 (UTC)
Thoughts / observations / help on this would be most gratefully received. --Pencefn 11:55, 18 August 2011 (UTC)
[edit] Mobile site - language links
copied from en:Wikipedia:Help desk. --Philosopher Let us reason together. 03:58, 28 October 2011 (UTC)
Many times, in MOBILE SITE, i need to change the laguage of the subjects: especially from domestic language to English. Is it possibbly to put a "English language link" in mobile site? Sincerely, Kemal [e-mail Template:Redacted] — Preceding unsigned comment added by 78.166.7.216 (talk) 18:47, 27 October 2011 (UTC)
- It turns out the language links are in beta now and are available for testing on any mobile browser. Steven Walling (WMF) • talk 17:49, 28 October 2011 (UTC)
[edit] Catalan?
The interface of the app for Android is in the language of the OS. This is a disadvantage for hundreds of languages and a contradiction with the principles of Wikipedia.
One example is Catalan case. Android is not in Catalan and most Catalan speakers have their phone in Spanish or English. Consequently, the interface of the app is in Spanish or English.
As Wikipedia is a multilingual and collaborative project, I propose that the users could also choose the interface language, not just the articles language, as happens now. Thanks you ;-) --Davidpar (talk) 23:28, 26 February 2012 (UTC)
[edit] Mobile site: Skin switch to Chick
Regarding #Editing, it would be a nice feature to have a toggle switch between the mobile skin and the Chick skin, just as there is a (oneway) switch to the default skin. You could sell Chick as "expert mode"/"author mode" or something along the line.--217.226.79.206 19:12, 6 March 2012 (UTC)
[edit] Cache entire encyclopedia for offline
I frequently don't have Internet connectivity, rendering the app useless. There should be an option to download a snapshot of the entire encyclopedia sans embedded media to the SD card. That way, the app can be used offline. FYI weekly snapshots are already uploaded to the web.
I'm willing to help with development, but I warn you I am a noob programmer :'( Richard.decal (talk) 15:56, 2 April 2012 (UTC)
[edit] Analyzing Wikipedia Mobile Browser Energy Consumption
Hello, just in case you haven't seen this:
- Who Killed My Battery: Analyzing Mobile Browser Energy Consumption Narendran Thiagarajany, Gaurav Aggarwaly, Angela Nicoara, Dan Bonehy, Jatinder Pal Singh, World Wide Web 2012 conference in Lyon, France:
- Using our energy measurements we suggest guidelines for building energy-efficient web pages, namely pages that reduce energy use on the client. For example, by applying our guidelines to the Wikipedia mobile site we reduced its energy consumption from 35 Joules to 25 Joules, a saving of 29%. Our modification simply changes how Javascript works on the page, without affecting the user experience. (...) The Wikipedia webpage has two Javascript files linked to the page - application.js and jquery.js. (...) The Javascript in jquery.js is used primarily for a single purpose - to dynamically identify the correct section based on the id of the button clicked. But loading this Javascript to the memory alone takes 4 Joules. In order to prove that this energy is avoidable, we redesigned the page with a different Javascript. This time each text section and the button are given the same id and the Javascript function uses document.getElementById() to get the right section and element. value=show/hide is used. The application.js is now replaced by this simple Javascript. We found that in cache mode, the modified Wikipedia page renders with 9.5 Joules. Just adding the application. js and jquery.js files as link to the page increases the energy consumption to 15 Joules.