Hubert,

Keep in mind what the bottleneck on a phone is, for many it is processing, 
to my understanding using javascript is more processor intensive than CSS 
or html render to my knowledge. Also the load or first render time is more 
likely the most impact on the experience of the user, just like the splash 
screen feature makes a big difference for wiki load because people know 
something is happening. 

It is also my view that javascript solutions should be last on the list of 
solutions where possible, and if resorted to they should be generic in 
nature, better native features than plugins. I think a search for html/css 
solutions would be the best, but then javascript is not my hammer, ie when 
you have a hammer everything looks like a nail.

I have made some large tables on a desktop and adding a reveal feature, 
like hiding columns or rows at initial load the user then exposes more with 
a click is one approach.

Regards
Tony

On Thursday, May 14, 2020 at 2:36:00 AM UTC+10, Hubert wrote:
>
> Hi Tony,
>
> A possible line of enquiry may be html css overflow parameters which allow 
>> scrollable content, but you may need to set a height.
>>
>
> Thanks for your suggestion. I was actually looking at CSS @media queries 
> and overflow-block 
> <https://developer.mozilla.org/en-US/docs/Web/CSS/@media/overflow-block> 
> sounds familiar but I suspect that we do need a JS element for this 
> approach. I might be wrong though.
>
> Thank you!
> Hubert
>
> On Wednesday, 13 May 2020 13:56:32 UTC+1, TonyM wrote:
>>
>> Hubert
>>
>> A possible line of enquiry may be html css overflow parameters which 
>> allow scrollable content, but you may need to set a height.
>>
>> I may be missing your requirement but I hope it helps.
>>
>> Regards
>> Tony
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5f0dc12d-aed8-42c0-8fa1-9efd5b1eb1fc%40googlegroups.com.

Reply via email to