Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Fixed critical bug for relative content in external screen's web view. #366

Merged
merged 2 commits into from Feb 24, 2012
Merged

Conversation

triceam
Copy link

@triceam triceam commented Feb 24, 2012

There was an incorrect method of loading local HTML content in the UIWebView displayed in the external screen. This issue caused all linked content with a relative URL to fail. The PGExternalScreen.m file was updated to use [NSURL fileURLWithPath:path isDirectory:NO]; so that it can load linked content in the web via relative paths.

…b view via relative paths. Changed from loading content as a string to using NSURL fileURLWithPath.
macdonst added a commit that referenced this pull request Feb 24, 2012
Fixed critical bug for relative content in external screen's web view.
@macdonst macdonst merged commit 2dc6525 into phonegap:master Feb 24, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants