Skip to content

Commit

Permalink
Smart WebView Config Script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgks committed Nov 7, 2018
1 parent 028a4ad commit f7217d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/mgks/os/webview/SmartWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SmartWebView {
static boolean ASWP_JSCRIPT = true; //enable JavaScript for webview
static boolean ASWP_FUPLOAD = true; //upload file from webview
static boolean ASWP_CAMUPLOAD = true; //enable upload from camera for photos
static boolean ASWP_ONLYCAM = false; //incase you want only camera files to upload
static boolean ASWP_ONLYCAM = false; //incase you want only camera files to upload
static boolean ASWP_MULFILE = false; //upload multiple files in webview
static boolean ASWP_LOCATION = true; //track GPS locations
static boolean ASWP_RATINGS = true; //show ratings dialog; auto configured, edit method get_rating() for customizations
Expand Down

0 comments on commit f7217d0

Please sign in to comment.