kivy-ios/recipes/ios
Shivani Bhardwaj 9944c82c7c src: ios_browser: Add support for webview
Add webview support for kivy-ios. Any URL can be opened in webview by
just doing the following:

```
import ios
url = "http://www.google.com"
ios.IOSWebView().open(url)
```

Tested:OK
2017-02-27 18:11:20 +05:30
..
src src: ios_browser: Add support for webview 2017-02-27 18:11:20 +05:30
__init__.py recipes: update all Cython/Python recipe to use new classes 2015-02-25 13:37:52 +01:00