Skip to content

Commit

Permalink
add InspectableWebview = true to making debugging in production easier
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Sep 9, 2024
1 parent 852a7b1 commit ed3ea1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.cordovabuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<content src="index.html" />
<access origin="*" />
<hook src="hooks/before_prepare/download_translation.js" type="before_prepare" />
<preference name="InspectableWebview" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
Expand Down
1 change: 1 addition & 0 deletions config.serve.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<content src="index.html" />
<access origin="*" />
<hook src="hooks/before_prepare/download_translation.js" type="before_prepare" />
<preference name="InspectableWebview" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
Expand Down

0 comments on commit ed3ea1c

Please sign in to comment.