I make a app about school data use angular, node , express and mongo db. how can i convert this app into mobile app?
How to convert a JavaScript app into mobile native app?
Collapse
X
-
what do consider a "mobile app"? if you mean it to be installed on Android and iOS devices, you have to reprogram it in Java resp. Swift. if it’s intended to be shown in a mobile browser, you only need a mobile-friendly HTML page (see the bootstrap & foundation frameworks). -
hi buddy;
how can i control these symbolic function keys(!@#$%). i want only 1.
for example,
Code:var str1 = /^[@!#\$\^%&*()+=\-\[\]\\\';,\.\/\{\}\|\":<>\? ]+$/; function abc(){ if(str1.length > 1){alert(Invalid input)} } abc();Comment
-
hi dear,
how can i run my app before a user fill a registration form. and then run my app. like when we play any game. game before run we wait still game will upload or etc.
i want to make like this type of app. where i use throbber or spinner loader. and how can use database ? like mango db or fire baseComment
Comment