JavaScript mobile apps | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

JavaScript mobile apps

Is that easy to create mobile apps with JavaScript? Is that the same JavaScript than wich one I'm using for websites?

5th Jun 2017, 9:37 PM
Apple
5 Answers
+ 27
Try Apache Cordova framework. It is used to build cross-platform applications using HTML5, CSS3 and Javascript. The process of creating android app and web app using JS is the same.
5th Jun 2017, 9:48 PM
Igor Makarsky
Igor Makarsky - avatar
+ 9
the same JavaScript Surely some things will be different, I dont know if JavaScript can affect xml Dom like html if you create your app on a webpage though and make the webpage viewable via apk it can be done... I've done it.
5th Jun 2017, 9:43 PM
Russel Reeder
Russel Reeder - avatar
+ 4
Javascript is an ECMA syntax which is compatible with almost all web applications, There is also a ton of components, extensions and libraries that will give you what you need to make a fully functioning app
5th Jun 2017, 9:49 PM
caleb
caleb - avatar
+ 3
Try another JS framework that called React Native. This framework has better performance.
5th Jun 2017, 10:26 PM
iss475
iss475 - avatar
+ 2
Okay, thanks you everybody for you answers! <script>alert("Love you <3");</script>
6th Jun 2017, 6:00 AM
Apple