Hi there,
We would love to have PDF viewer inside CoronaSDK, without using webview.
Thanks.
O.
Hi there,
We would love to have PDF viewer inside CoronaSDK, without using webview.
Thanks.
O.
For iOS, there is the QuickLook plugin that will handle this for you. For other platforms. using system.openURL() with the path to the PDF will use the operating system’s default PDF handling to display the PDF for you. No need to use a webView.
Rob
For iOS, there is the QuickLook plugin that will handle this for you. For other platforms. using system.openURL() with the path to the PDF will use the operating system’s default PDF handling to display the PDF for you. No need to use a webView.
Rob