I have make a simple web application in express (Node.js) with ejs as a template/view system.
我在express(Node.js)中创建了一个简单的Web应用程序,其中ejs作为模板/视图系统。
Very simple. For some reasons I need to make that app working on mobile devices just to have some push notifications: chrome notifications works great but some devices (android) have this feature blocked by default also IOS blocks chrome notifications
很简单。由于某些原因,我需要让那个应用程序在移动设备上工作只是为了有一些推送通知:chrome通知工作得很好但是一些设备(android)默认情况下阻止此功能IOS阻止chrome通知
So the only way is by converting this simple web app into some kind of mobile app. Ionic look's great but you need to adapt your view tags and code..also I don't know if you can combine it with express.
因此,唯一的方法是将这个简单的Web应用程序转换为某种移动应用程序。离子外观很棒,但你需要调整你的视图标签和代码..所以我不知道你是否可以将它与快递结合起来。
Which will be the best way to adapt an web app running in express to mobile?
这将是使快递中运行的网络应用适应移动的最佳方式吗?
1 个解决方案
#1
0
I was currently solving the same problem for my new problem you can Convert your Web App to a Mobile App with Apache Cordova , specifically using the Ionic framework, you won't change much on Server side(node.js), however few change as to be made on angular js and very little on view to adapt on ionic design view which very similar to bootstrap tags
我目前正在为我的新问题解决同样的问题,你可以将你的Web应用程序转换为使用Apache Cordova的移动应用程序,特别是使用Ionic框架,你不会在服务器端(node.js)上做太多改变,但很少改变在角度js上制作,在视图上很少,以适应与自举标签非常相似的离子设计视图
#1
0
I was currently solving the same problem for my new problem you can Convert your Web App to a Mobile App with Apache Cordova , specifically using the Ionic framework, you won't change much on Server side(node.js), however few change as to be made on angular js and very little on view to adapt on ionic design view which very similar to bootstrap tags
我目前正在为我的新问题解决同样的问题,你可以将你的Web应用程序转换为使用Apache Cordova的移动应用程序,特别是使用Ionic框架,你不会在服务器端(node.js)上做太多改变,但很少改变在角度js上制作,在视图上很少,以适应与自举标签非常相似的离子设计视图