William23668 8 Posted December 17, 2021 Which method I can use to convert Wordpress into Firmonkey app for mobile devices ? Rest API ? Share this post Link to post
Rollo62 536 Posted December 17, 2021 (edited) Yes, WordPress has a REST API. There was a security warning some time ago, better not to use it, but I'm not sure about the current state. I think it should be safe and stable. Edited December 18, 2021 by Rollo62 1 Share this post Link to post
David Heffernan 2345 Posted December 18, 2021 What does convert WordPress into Firemonkey app actually mean. Can you give more detail. Share this post Link to post
William23668 8 Posted December 18, 2021 51 minutes ago, David Heffernan said: What does convert WordPress into Firemonkey app actually mean. Can you give more detail. Convert Wordpress web application into mobile app . There are services like this https://www.appmysite.com/wordpress-mobile-app-builder/ but I was hoping I can do it using Delphi Firemonkey. Share this post Link to post
David Heffernan 2345 Posted December 18, 2021 (edited) Hard to see how REST could achieve that. You likely need to find a programmer. Edited December 18, 2021 by David Heffernan 1 Share this post Link to post
Rollo62 536 Posted December 18, 2021 (edited) Have a look at this WP-Client from Embarcadero, maybe its helpful. Not tested it, would be great if you could give us some feedback about it, if you can use it. Looks not that current any more, but maybe a good start. Edited December 18, 2021 by Rollo62 1 Share this post Link to post
corneliusdavid 214 Posted December 20, 2021 On 12/18/2021 at 1:08 AM, William23668 said: Convert Wordpress web application into mobile app So you don't actually want to "convert" the website into a mobile app, you want to write a mobile app to access the content of a website built with WordPress, right? Share this post Link to post
William23668 8 Posted December 20, 2021 13 minutes ago, corneliusdavid said: So you don't actually want to "convert" the website into a mobile app, you want to write a mobile app to access the content of a website built with WordPress, right? yes it was like figure of speach to make exact web site functionality as native mobile app Share this post Link to post
Fr0sT.Brutal 900 Posted December 20, 2021 Open the site in native mobile browser maybe? Never realized what's the sense in converting every site on the Internet into an individual app. 1 Share this post Link to post
William23668 8 Posted December 20, 2021 3 hours ago, Fr0sT.Brutal said: Open the site in native mobile browser maybe? Never realized what's the sense in converting every site on the Internet into an individual app. yes this might work as a fast solution. the web site is already responsive so it will adjust with drawer and hamburger menu button. 🙂 Share this post Link to post