Does the iphone have a local web server or can I download a third party?

Does the iphone have a local web server or can I download a third-party?

+3
source share
4 answers

Apple does not allow third-party interpreters or third-party environments to be installed on iOS, so if you want to run PHP, Python, Ruby, or a similar language, you're out of luck. If you're just trying to parse and render HTML and CSS, you should use the UIWebView object. UIWebView class reference: http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/Reference/Reference.html

+2
source

If you are using UIWebView, you should just pass the required / html file to it.

0
0

Mac, Apache /Sites. -, ​​ Sinatra Rails.

0

Source: https://habr.com/ru/post/1787376/


All Articles