Possession - a home inventory app

A simple home inventory app, inspired by @AjAs

Plenty to learn about…

https://sites.google.com/view/metricrat-ai2/guides/possession-a-home-inventory-app

Hit a couple of tricky areas along the way converting ai2 text and the base64 encodes across to html/javascript, but got there in the end…

  • Juan’s base64 encoder puts line returns in to make the output look tidy, these had to be removed to work in my html
  • I wanted to use “data:text/html,” style rather than html files, but Ai2 flattens out the html/javascript in such a way (when you put it into text blocks) that it breaks things
  • Also if using “data:text/html,” you cannot link to local images on the device due to rules inside chrome, and thus inside the webviewer
4 Likes