Mehmet Emin Posted July 28, 2020 Posted July 28, 2020 Target Android and iOS so that we can use same uniGUI code base to develop apps that work offline.
picyka Posted July 28, 2020 Posted July 28, 2020 2 minutes ago, Mehmet Emin said: Target Android and iOS so that we can use same uniGUI code base to develop apps that work offline. For this only using FMX, UNIGUI generates web pages
Mehmet Emin Posted July 28, 2020 Author Posted July 28, 2020 8 minutes ago, picyka said: For this only using FMX, UNIGUI generates web pages FMX can be used with embedded web browser to render uniGUI generated app.
Wilton Ergon Posted September 23, 2020 Posted September 23, 2020 yes, but you will not be able to run the application offline
Mehmet Emin Posted September 24, 2020 Author Posted September 24, 2020 21 hours ago, wilton_rad said: yes, but you will not be able to run the application offline İf uniGUI server app cab be targeted/compiled for android or iOS (I mean running unigui exe on mobile device) than at least we could have the same code base so that we can store data on local sqlite while offline, and when internet is available we can communicate with master server to post updates etc., this way we could have same of the business logic running on the mobile device. I am very well aware of the absurd request (in practice) but I am trying to find a way to port my investment with unigui to other platforms otherwise I will be forced to move to other tools.
Mehmet Emin Posted September 29, 2020 Author Posted September 29, 2020 21 hours ago, wilton_rad said: for what you want, you must use fmx But in this time I need to an other codebase for web, I would prefer a single codebase for Offline/PWA and online web apps.
mhmda Posted September 29, 2020 Posted September 29, 2020 For now it is impossible to run a Unigui app offline inside Android/iOS ! I'm aware of that Apple don't like App with embed browser and load your site online ! They refuse my apps :-(
Abaksoft Posted September 30, 2020 Posted September 30, 2020 @Mehmet, Your idea is great ! Since the begining of unigui project (2010), many users have asked Farshad to do it. Today, as i see the succes of unigui linux deployment..., i think FmSoft can do the same On Android platform. That means, the server will be an android System. But this is a long story ...maybe our magician (Farshad) has an idea... 1
Mehmet Emin Posted October 1, 2020 Author Posted October 1, 2020 On 9/29/2020 at 9:02 PM, mhmda said: I'm aware of that Apple don't like App with embed browser and load your site online ! What about running a service based app would it be allowed? I mean just a webserver so there is nothing to approve or reject as a UI. And running it like http://127.0.0.1 on the phone, that would do my requirement.
Stemon63 Posted October 2, 2020 Posted October 2, 2020 On 9/30/2020 at 9:42 AM, Abaksoft said: @Mehmet, Your idea is great ! Since the begining of unigui project (2010), many users have asked Farshad to do it. Today, as i see the succes of unigui linux deployment..., i think FmSoft can do the same On Android platform. That means, the server will be an android System. But this is a long story ...maybe our magician (Farshad) has an idea... Then the problem becomes the remote data management, like a "normal", "standard" website...
Stemon63 Posted October 2, 2020 Posted October 2, 2020 On 9/29/2020 at 8:02 PM, mhmda said: For now it is impossible to run a Unigui app offline inside Android/iOS ! I'm aware of that Apple don't like App with embed browser and load your site online ! They refuse my apps :-( Hi, I have already an "Unigui container" on Apple store. They have accept it. I have some other forms, like menus, parameters, user login data, and other app's forms. In the midst of these there is a form with webbrowser that manage remote Unigui apps. So, I think that app don't have to contain exclusively web browser, but a complete app with other forms. Anyway you need a form for input user data (for automatic login), for parameters, and for manage notifications... even if the user then will always use "that" form.
Recommended Posts