I’m very new to Corona and Lua, so I’m hoping to get some help here. I want to pull content directly from my website. I know how to pull the web page itself into the app, but I want to get specific text and images. I’ve tried using the network.request() to get the source code for the web page, but I’m not sure where to go after that or if that’s even the correct approach.
So I guess my first question should be “is this even possible?”. And if so, “How?”