Re: Loading large files into browser widget

2019-06-29 Thread J. Landman Gay via use-livecode
I'll experiment with it. The browser is in a stack that loads dynamically on demand so it isn't always visible (though it does stay in RAM) so I hope that isn't a problem. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 29, 2019 6:

Re: Struggling to feel confident with LC mobile dev

2019-06-29 Thread J. Landman Gay via use-livecode
Speaking of SivaSiva, which you can get from both Android and Apple app stores, look for Path to Siva in the reading section. This is a short book and most pages scroll. The trick to smooth scrolling on mobile requires only two things: use native scrollers and turn on acceleratedRendering. The

Re: Loading large files into browser widget

2019-06-29 Thread Brian Milby via use-livecode
Placing the browser widget in a background group and display/hide as needed is a possible solution to have it retain content. Thanks, Brian On Jun 29, 2019, 6:40 PM -0400, J. Landman Gay via use-livecode , wrote: > I have a 10-meg file on disk that I display in a browser widget. It is > heavily

Re: Struggling to feel confident with LC mobile dev

2019-06-29 Thread Brian Milby via use-livecode
SivaSiva is an app that is developed in LC on both platforms.  I think there are probably some good examples of scrolling within.  Most of the display issues present themselves when switching between stacks combined with forcing a rotation.  I’m currently working to smooth those out. Thanks, Br

Struggling to feel confident with LC mobile dev

2019-06-29 Thread Tom Glod via use-livecode
Hi friends, I'm coming here today hoping to find a little piece of mind with picking LC to develop a mobile app. I'm struggling finding any examples of android apps made with LC (besides the dictionary app). I want to use livecode because of its chunking capabilities and livecloud integration.

Loading large files into browser widget

2019-06-29 Thread J. Landman Gay via use-livecode
I have a 10-meg file on disk that I display in a browser widget. It is heavily tagged and styled. It takes a few seconds to load fully on desktop in the IDE, but on Android it can take up to 30 seconds or more to display an internal link, and even then the whole file isn't loaded, only a portio