Skip to content

Commit

Permalink
Merge pull request #91 from sendbird/fix/github-page
Browse files Browse the repository at this point in the history
fix: js-example for support iOS
  • Loading branch information
luke-cha authored Feb 22, 2024
2 parents 5453142 + 0025c00 commit 3c97ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Load React first and then, ReactDOM. Also, these two libs' version should be same -->
<script crossorigin src="https://unpkg.com/[email protected]/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script>
Expand Down

0 comments on commit 3c97ada

Please sign in to comment.