We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028a4ad commit f7217d0Copy full SHA for f7217d0
app/src/main/java/mgks/os/webview/SmartWebView.java
@@ -14,7 +14,7 @@ class SmartWebView {
14
static boolean ASWP_JSCRIPT = true; //enable JavaScript for webview
15
static boolean ASWP_FUPLOAD = true; //upload file from webview
16
static boolean ASWP_CAMUPLOAD = true; //enable upload from camera for photos
17
- 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
18
static boolean ASWP_MULFILE = false; //upload multiple files in webview
19
static boolean ASWP_LOCATION = true; //track GPS locations
20
static boolean ASWP_RATINGS = true; //show ratings dialog; auto configured, edit method get_rating() for customizations
0 commit comments