diff --git a/config.xml b/config.xml index 75cfa30..07aeb85 100755 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Toolwatch - Watch accuracy app Measure and track the accuracy of your mechanical watches. Toolwatch is a free watch accuracy app trusted by the watchmaking industry's leaders and 15 000+ monthly users. Is your watch accurate? Should it be serviced? How does it compare versus other watches? Find out now by measuring the accuracy of your watch! Mathieu Nayrolles diff --git a/package.json b/package.json index 44eccfa..d6185e3 100755 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cordova-plugin-statusbar", "ionic-plugin-keyboard" ], - "version": "1.0.4", + "version": "1.0.5", "cordovaPlatforms": [], "config": { "commitizen": { diff --git a/src/components/mobile-input/mobile-input.html b/src/components/mobile-input/mobile-input.html index 5c9b17d..b54e35e 100755 --- a/src/components/mobile-input/mobile-input.html +++ b/src/components/mobile-input/mobile-input.html @@ -9,7 +9,7 @@ [attr.autocorrect] = "autoCorrect ? 'on' : 'off'" [attr.autocomplete] = "autoComplete ? 'on' : 'off'" [attr.spellcheck] = "spellCheck ? 'on' : 'off'" - class = "form-control" + class = "form-control selectable" id = "{{id}}" type = "{{type}}" [formControl] = "control" @@ -26,7 +26,7 @@ [attr.autocorrect] = "autoCorrect ? 'on' : 'off'" [attr.autocomplete] = "autoComplete ? 'on' : 'off'" [attr.spellcheck] = "spellCheck ? 'on' : 'off'" - class = "form-control" + class = "form-control selectable" id = "{{id}}" type = "{{type}}" [formControl] = "control" diff --git a/src/components/mobile-input/mobile-input.scss b/src/components/mobile-input/mobile-input.scss index d2a6344..aab2fe3 100755 --- a/src/components/mobile-input/mobile-input.scss +++ b/src/components/mobile-input/mobile-input.scss @@ -1,6 +1,11 @@ mobile-input{ - + .selectable { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + } .text-input { font-size:18px !important;