0
votes

im new to mobile development and i see ionic framework has very big community BUT

i know that ionic uses webview while nativescript generates native components

my question now what nativescript can do ionic cannot do?

in other words what is the powerful points in nativescript that does not exists in ionic

thanks in advance.

1
You already mentioned the big difference, that is also where the power/weakness lies - devqon

1 Answers

3
votes

Ionic is hybrid, running inside webview which has problem with performance at particular things like even simpler animation, not fully accessible API of native part

Nativescript runs as native app, controlled by JS code but can be used even with native code or even as addon to native app and full access to API of native code