0 votes
in Hybrid Apps by
What are the limitations of a native mobile app compared to a hybrid app?

1 Answer

0 votes
by

A native mobile application has the following disadvantages compared to a hybrid mobile app:

  1. Difficulty while testing new functionality
  2. Even small changes in a native mobile app require a recompile which slows up the whole development process
  3. Calls between interpreted and native environment could end up blocking UI thread.
...