Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix zh-Hant & Added initWithHTMLString to support load HTML's string #78

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

FrankWu100
Copy link

More appropriate use of Traditional Chinese habit

(id)initWithHTMLString:(NSString*)HTMLString;

  • When loading web only from HTMLString and didn’t set customURL, the actionButton will be disable.

(id)initWithHTMLString:(NSString_)HTMLString customURL:(NSURL_)URL;

  • When loading web from HTMLString and have set customURL, the actionButton will be enable, and use customURL to share URL.

More appropriate use of Traditional Chinese habit
Can be reload and go back from next web, because save a temp html file
in to tmp dir.
- (id)initWithHTMLString:(NSString*)HTMLString;
When loading web only from HTMLString and didn’t set customURL, the
actionButton will be disable.

- (id)initWithHTMLString:(NSString*)HTMLString customURL:(NSURL*)URL;
When loading web from HTMLString and have set customURL, the
actionButton will be enable, and use customURL to share URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant