I am working with native mobile but sometimes I face limitations ..I developed about 3 screens and took me a lot of effort and time. Is it better to switch now to web app not to face more limitations in future or just continue and find workarounds if found.
Note: I didn’t find for example a workaround for set focus for input fields (to go to next field when pressing “Go”).
you could build a webapp and use a wrapper to turn it into a mobile app, but it won’t have the same benefits as building it with the mobile editor natively
I am building a crm and afraid that limitations make me stop in the middle is that true?
You need to review every function of this CRM and how it will be presented in the front-end, also keeping in mind that not every native mobile app supports all the features of a web app, especially a CRM. So think carefully about everything you’ll need; it might be best to start with a web app that has all the functions and later build a native app with fewer, but essential, features.
You could also take @fede.bubble’s advice and create a wrapper.
thank you very much @carlovsk.edits ..just saw your reply. yes I actually switched to web and things are much easier.
This topic was automatically closed after 70 days. New replies are no longer allowed.