The use case that I am trying to achieve is not supported by Glide but I will ask here to see if anyone will help.
Web2Native has been my “go to” for conversion of Glide web apps into iOS files for submissions. Apart from a few hiccups, their service works great.
Use case description:
- Following these instructions from Web2Native, I wish to use js to implement calls to the App Store for sale of annual memberships or monthly memberships.
- I have studied the javascript example provided by Glide for using js to perform computations and created a Replit account.
- The example from Glide is a great teaching tool but not quite my use case.
- I have a membership page within the Glide app with two images (one for each membership option). I wish to setup the js such that an action will perform the call, enabling someone to purchase a membership.
- On a scale of js mastery, with 0 being “what is javascript” and 10 being “PRO”, I’m roughly a 2-3 (currently).
The membership page contains two images. The goal is to set up everything so that clicking on the image will trigger an action that results in a membership.
This is the membership page.
Does the js go into an experimental javascript column? Or do I need to host function.js, glide.json, etc files in replit and call them from the experimental column?
I stopped after the following point in my data, knowing this is not correct.
You can tell I am a bit stuck.
Many thanks in advance.

