Skip to content

g00dnight/IOSWebView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

What is it?

The original idea was taken from qt-project.org forum. This component uses native Apple UIWebView to draw a webpage in QML. You can change coordinates and size of the component as well as it's anchors.

How to use

Just add ioswebview.h and ioswebview.mm files to your Qt project and don't forget to add this line to your main.cpp: qmlRegisterType<IOSWebView>("com.companyname", 1, 0, "IOSWebView");

About

WebView component for Qt. This component works on iOS and uses native Apple UIWebView.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published