cordova - Converting Web App to Mobile App using NativeScript -


i have read nice blog post https://auth0.com/blog/converting-your-web-app-to-mobile/

i ask:

could nativescript same conversion cordova?

regards mahmoud

nativescript takes different approach cordova.

cordova (and frameworks using cordova, ionic) takes web application , runs in small browser-like component called webview. ui not native, html styled css native components.

nativescript similar in way writing web application, not using html elements, using nativescript elements mapped real native elements. when build application, have real native application, should give more performance. code runs in js virtual machine, bundled app.

in short, yes can similar cordova - reuse web application code mobile apps, build process , resulting app different.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -