简体   繁体   English

适用于iOS和.Net的相似UI

[英]Similar UI for iOS and .Net

I am writing an app whose functional requirements target iPad and Windows Tab. 我正在编写一个功能要求针对iPad和Windows Tab的应用程序。 I want to design a uniform UI across both the platforms. 我想跨两个平台设计一个统一的UI。

I thought of using HTML5 as a method to create same UI, but it is not working well with other requirements. 我曾想过使用HTML5作为创建相同UI的方法,但是它不能很好地满足其他要求。

I need suggestions and ideas for solving this problem? 我需要解决这个问题的建议和想法吗?

Cross platform apps look alien on all machines they are running on. 跨平台应用程序在其运行的所有计算机上看起来都是陌生的。

If you want to create a good user experience then try to stick to the same navigation / interaction scheme, use similar graphics but try to adhere to each platforms guidelines. 如果要创建良好的用户体验,请尝试遵循相同的导航/交互方案,使用类似的图形,但要遵守每个平台的准则。

Opera for example is (my opinion) a good sample. 例如, 歌剧就是一个很好的例子。 They are keeping their unique style but the application behaves and looks like native a native app on each OS. 他们保持自己的独特风格,但是应用程序的行为和外观看起来像每个操作系统上的本机应用程序。

Has solved the problem using HTML5 and CSS3. 使用HTML5和CSS3解决了问题。 I designed the required pages in HTML5 and used UIWebView in iOS and Web Browser control in .Net to display them. 我使用HTML5设计了所需的页面,并使用iOS中的UIWebView和.Net中的Web浏览器控件来显示它们。 It reduced the UI differences by a large scale. 它大大减少了UI差异。

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

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