简体   繁体   English

是否可以将iOS应用移植到Windows Store Metro应用

[英]Is it possible to port iOS app to windows store metro app

I'd like to port a simple iOS app to a windows metro app. 我想将一个简单的iOS应用移植到Windows Metro应用。

It's basically a web app wrapped around a UINavigationController and UIWebView . 它基本上是一个Web应用程序,它包裹着UINavigationControllerUIWebView (link click pushes new UIWebView into UINavigationController ) (链接单击将新的UIWebView推入UINavigationController

Is this doable? 这可行吗? How difficult would it be to do so? 这样做有多困难?

Will I have to make significant changes on the server-side? 我是否必须在服务器端进行重大更改? Has anyone done something similar to this? 有人做过类似的事情吗?

If it's really a web view wrapped in a navigation controller, the port in itself should be fairly easy, you should be able to wrap things in a similar way in a windows store app (ie a WebView ) 如果确实是包装在导航控制器中的Web视图,则其端口本身应该相当简单,您应该能够以类似的方式将其包装在Windows应用商店中(例如WebView

What may be the large part of the port unless you've been careful when creating the site is to see to that the app works well on all resolutions . 除非您在创建站点时一直小心,否则端口的大部分可能是为了确保该应用程序在所有分辨率下都能正常运行。 iOS has a fairly small number of possible resolutions to support, while windows store apps support any resolution that Windows 8 supports (ie pretty much any current and/or future screen resolution) You'll more or less be required to use some kind of responsive design . iOS支持的分辨率相当少,而Windows应用商店支持Windows 8支持的任何分辨率(即,几乎任何当前和/或将来的屏幕分辨率),您将或多或少需要使用某种响应方式。设计

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

相关问题 是否可以使用GNUstep将iOS应用程序移植到Windows? (用于学习目的) - Is it possible to port an iOS app to Windows using GNUstep? (for learning purposes) 是否可以运行 iOS 应用商店? - Is it possible to run an iOS app store? 将 flutter 应用程序部署到 windows 中的应用程序商店 (ios) - Deploying flutter app to app store (ios) in windows 将iOS Swift应用程序移植到Xamarin中进行Windows部署 - Port iOS Swift app into Xamarin for Windows deployment Windows Phone 7 UI(Metro)可以在iOS上使用吗? - Windows Phone 7 UI (Metro) possible on iOS? 可以在iOS 6中显示“在App Store模式中”吗? - Possible to show a “in App Store modal” in iOS 6? 是否可以在Windows 7上使用PhoneGap开发iOS应用程序? - Is developing an iOS app using PhoneGap on Windows 7 possible? 是否可以通过Internet而不是App Store提供iOS App - Is it possible to make iOS App available via Internet not App Store 可以在2019年删除App Store中拒绝构建的IOS应用程序吗? - Possible to delete rejected build of IOS app in App Store in 2019? 具有不正确IDFA信息的iOS应用程序是否可能通过App Store审核? - Is it possible that an iOS app with improper IDFA information passes App Store review?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM