I am writing an app whose functional requirements target iPad and Windows Tab. I want to design a uniform UI across both the platforms.
I thought of using HTML5 as a method to create same UI, but it is not working well with other requirements.
I need suggestions and ideas for solving this problem?
Has solved the problem using HTML5 and CSS3. I designed the required pages in HTML5 and used UIWebView in iOS and Web Browser control in .Net to display them. It reduced the UI differences by a large scale.