Bruce,
Thanks for the details about size constraints. As an example, I have 57 silver dollars, with 2 images for each, totaling 10.3 MB. The images are jpg files that range from 50 KB to 250 KB. Some can be 450 KB. So, it is apparent that with the 5-50 MB size restrictions on a mobile device, storing images in the local store is not a viable option. That means I need to go back to the original idea of uploading images. Hopefully we can work this out after you finish with NT 11.05.
I did a bit more research, looking at various articles about these size limitations. One thing that stood out was that various browsers will start deleting data from the local store as resource use goes past a certain limit. Since I'm not going to store images in the local store, just basic coin info, I don't think I'll reach these potential limits, even with a few thousand coins in the database. However, if a browser starts deleting things, the sync routines will presumably move more data from the server back to the device. Seems to be a potential conflict for resources here, but I guess we can deal with that if it ever happens.
I still need to upload images when needed, and to view them periodically. Hopefully, we can get this app to download images on demand, for viewing. Perhaps just create a URL link to the image on the form, for the user to click on when they want to view an image. I guess it would just open in another browser tab/form.
I'm now viewing webinar #487 again, looking for how you used JavaScript in a few embeds. Hopefully this will help me get a handle on how to use it in this app. I'll continue to experiment.
Thanks,
Jeff