Confusion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Confusion

Do mobile apps use html and css? Like for exmple whatsapp use html and css to design .. if not than how applications design ?

7th Jul 2021, 7:49 PM
Muneeb Ihsan
Muneeb Ihsan - avatar
3 Answers
+ 6
It depends on what framework has been used to build that particular application. Take a look at Ionic, Native React, etc for example, which wraps around your web code to create mobile apps. https://ionicframework.com/docs/v1/overview/
8th Jul 2021, 4:26 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
Hatsy Rei Just one thing, React Native does not wrap your code with WebView like Ionic does. React Native, as the name suggests, is for native apps.
8th Jul 2021, 4:55 AM
Ore
Ore - avatar
- 2
Thnks
8th Jul 2021, 7:39 PM
Muneeb Ihsan
Muneeb Ihsan - avatar