Commit graph

8 commits

Author SHA1 Message Date
Mathieu Virbel
7c8a2c6c4b rework toolchain for python 3, new possibility to have a specific name for the include directory (like the recipe libffi install in ffi directory, not libffi), and new pyobjus recipe (works with new-ios-toolchain branch). 2018-11-09 17:54:56 +01:00
Shivani Bhardwaj
c212f02167 Make webview window size customizable
Webview window size can now be passed as a parameter to `open` function of IOSWebview.
2017-06-05 14:31:44 +05:30
Shivani Bhardwaj
399694e0df Add class IOSWebView and wrapper functions 2017-02-27 18:15:20 +05:30
Shivani Bhardwaj
d46da92cc6 Include webview in header 2017-02-27 18:15:01 +05:30
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
akshayaurora
2d174322da take account device density, for softinput_mode 2016-05-26 03:09:31 +05:30
akshayaurora
72cbbd9710 WIP:Initial implementation of keyboard_height, we get correct height.
Moving window part is still not tested, fixed.
2016-05-25 02:37:00 +05:30
Mathieu Virbel
6ec26f957b ios: add iOS recipe 2015-02-12 00:51:54 +01:00