--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0fbfd4ba-21f7-4c6a-bc1c-43090130003c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Does anybody subscribe to any of the things that I said above?
Daniello,
As a mobile user you wish your device to display web hosted TW5s in a style that
* Minimizes horizontal scrolling
* Allows the user to switch easily between the sidebar and the story
* Allows the user to more easily choose items from a drop down select
As a TW5 developer you wish that TW5 provided better facilities to
* Create mobile friendly menus
* Create mobile friendly forms
* Jump between open tiddlers in the story
* Switch the display styles between desktop and mobile so that the developer can see the impact of the design on mobile users
Are you saying that you want a special TW app?
Facebook, Github, and Twitter have separate teams of programmers that can work on the app apart from the original. Basically, they have to re-create the look and feel of the original app, without actually re-using any code.
Mainly in the places where the low-powered computing aspects are relevant.
That said I do think that the practice that I have seen pushed so hard by many large tech companies of removing functionality form products because it doesn't work on the current paradigm of mobile interface is short sighted to the point of being actively harmful to the future by teaching a generation of technology users that if you can't do something on a 5 inch touch screen than you can't do it.
I would like to add more to tiddlywiki to help create things that can be easily used on a variety of screens. In my opinion the problem is that we (as in developers/designers in general) haven't worked out rules for what works and what doesn't yet.
I want something that works as well on a mobile device as on a desktop, but as long as the accepted way to do that is to cripple the desktop version I am not going to be involved.
Again, I'm not referring to any mobile app. Just visit github.com,
facebook.com or twitter.com from your mobile phone and you will see what I mean. Those are web pages that feel like native apps, but they are just web pages
I think you are right. But that's just a matter of mobile friendly themes and time. ... It's a hell lot of work to create and support themes. Especially support is time consuming. So imo that's the reason, why nobody did or published them. ... yet.
As some of you may know: I don't like popups. That's why I try to remove all of them, with something, that works for me. As a side effect this should be good for mobile too.
On the other hand I love real keyboards and big screens, even on phones. (OT: I think the Nokia E90 is still superior to recent phones with on-screen keyboards.) So for me a tablet will probably never be an option.
There are only 2 points that are important for me:
- a good reading experience on mobile phones.
- good editing experience with keyboard and / or monitor attached, on what ever device is able to handle that.
I've had issues, and I've learned to work around them.
I'm still trying to figure out how to keep my wiki updated across several machines, including my phone and my tablet, as well as my laptop and desktop, but there's been no issue with viewing or editing my stuff. Maybe my needs are simple.
I try to keep things as human readable as possible so there are lots of mechanisms I simply leave alone, and my experience on my mobile devices have remained quite acceptable to date.
The biggest problem I've seen in using TW on mobile, is that the editor doesn't keep up with the keyboard.
BJ posted some instructions for altering a variable that may make a difference. I believe only steps #4 and on are necessary now. (except you probably want to make a backup still).
I'm not familiar with the solutions you are mentioning. Would you mind to link them?
Regards
@media (max-width: 480px) {
.tc-edit-fields { display: none; }
.tc-editor-toolbar { display: none; }
.tc-edit-tags { display: none; }
.tc-tiddler-preview-preview { display: none; }
.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor { width:100%; }
.tc-type-selector { display: none; }
.tc-edit-field-add { display: none; }
.tc-improvement-banner { display: none; }
}