anonmys
anonmys

Reputation: 419

Cross platform mobile developement using UIWebView and Webview

I am just wondering is it worth to do a cross platform mobile app development using UIWebView (iphone) and Webview(Android)? We need to port multiple web applications as mobile apps for iphone and Android. One of the strategy is to use the UIWebView to render content from server and this content from server is same for Android and iPhone.

Have a you developed using this concept? Is there any limitations you found in it? Such as issues with redirect of web-pages, cookies, java-script library performance etc

So far I see only two issues:

  1. Non availability specific UI design features native to device such as may be rounded corner buttons not available etc
  2. Infrastructure code for handling cookies, sending and receiving information back and forth from server to device.

any advice?

Thank you

Upvotes: 0

Views: 1011

Answers (2)

user11074
user11074

Reputation: 11

Checkout Pyxis, which is a cross platform mobile app development software.

Upvotes: 1

Peter Knego
Peter Knego

Reputation: 80330

Cross platform frameworks are talking similar approach and also adding wrapper libraries to abstract away platform specific functionlity. Check out PhoneGap, Appcelerator and others.

Upvotes: 1

Related Questions