简体   繁体   English

为响应式网站制作移动应用

[英]Making mobile app for a responsive site

I have a responsive web site and I need to make Android and iOS app for it to be published in each platform store so I am asking about the process/steps or the tool to do that. 我有一个响应迅速的网站,我需要制作要在每个平台商店中发布的Android和iOS应用程序,因此我在询问执行此操作的过程/步骤或工具。 Can I use TWebBrowser component in Delphi XE 8 as a Firemonkey project to make these apps and make the site adjust its layout automatically according to the device used ? 我可以将Delphi XE 8中的TWebBrowser组件用作Firemonkey项目来制作这些应用程序,并使站点根据使用的设备自动调整其布局吗? or there are other steps I should use ? 还是我应该使用其他步骤? or I should use different tool than Delphi ? 还是我应该使用与Delphi不同的工具?

I'm no web developer, but I know that making a website responsive is done on the server site. 我不是Web开发人员,但我知道使网站响应是在服务器站点上完成的。 This way, if your mobile user opens Safari or Chrome, your site will be responsive and will adjust its limits to the device. 这样,如果您的移动用户打开Safari或Chrome,则您的网站将响应并调整其对设备的限制。

If you need to make native apps for each platform, you would have to replicate your website in native code and use API calls OR use whatever framework (like Firemonkey). 如果需要为每个平台制作本机应用程序,则必须使用本机代码复制网站并使用API​​调用,或使用任何框架(如Firemonkey)。 Still, if you make an app with just a webview and load the website, it still won't be responsive. 不过,如果您仅使用网络视图制作应用程序并加载网站,它仍然不会响应。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM