jcesarmobile
|
601400627e
|
fix(android, ios): use clobbers to overwrite screen.orientation (#116)
|
2023-09-07 20:44:19 +09:00 |
|
iktumi
|
e0a1f3948c
|
fix: resolveOrientation function not working correctly (#77)
Fixing a problem that was making the screen not to be locked as described on https://www.outsystems.com/forums/discussion/67761/resolveorientation-bug/
|
2021-01-22 17:06:37 +00:00 |
|
Tim Brust
|
57df0189e0
|
refactor(eslint): use cordova-eslint /w fix (#66)
|
2020-07-02 10:12:53 +00:00 |
|
Jesse MacFadyen
|
374c59a094
|
CB-13673 : Remove deprecated platforms
|
2017-12-12 22:41:41 -08:00 |
|
Pascal Häusler
|
fce44f4942
|
Rotate to specified orientation when locked
Refactor
|
2017-04-24 11:31:04 -07:00 |
|
Jesse MacFadyen
|
837c17b479
|
[windows] Fix failing tests, added Promise if it is not defined 8.1
|
2017-03-10 17:59:50 -08:00 |
|
Jesse MacFadyen
|
9d6f2d271d
|
getter for onchange, add/remove event listeners, this closes #12
|
2017-03-09 17:57:00 -08:00 |
|
Jesse MacFadyen
|
288c2f8ef2
|
Fix license header, add trailing newlines
|
2017-03-09 14:35:57 -08:00 |
|
maverickmishra
|
bef03769de
|
The plugin now follows W 3 specs ; tests for screen.orientation.onchange pending
|
2017-03-09 14:15:55 -08:00 |
|
Jesse MacFadyen
|
f8207c4164
|
added missing tests, fixed indentation of js file
|
2017-03-09 14:15:55 -08:00 |
|
maverickmishra
|
68693cf017
|
puts all nativelock handling together
|
2017-01-25 10:47:32 -08:00 |
|
Vishal Mishra
|
050cc069a1
|
Removed unused variable assignment
|
2017-01-25 10:47:32 -08:00 |
|
maverickmishra
|
f8c75e341a
|
improved the orientation change method
|
2017-01-25 10:47:32 -08:00 |
|
maverickmishra
|
1f536ec80e
|
working version of screen orientation plugin adhering to w3c specs
|
2017-01-25 10:47:32 -08:00 |
|
Jesse MacFadyen
|
216b99f432
|
cleaned up js, fixed whitespace
|
2016-12-13 15:39:58 -08:00 |
|
maverickmishra
|
5d97d51144
|
added demo project and modified version
|
2016-10-17 16:25:16 -07:00 |
|
maverickmishra
|
84b013f17c
|
added comments and formatted code
|
2016-10-17 11:12:53 -07:00 |
|
maverickmishra
|
90f5f2531a
|
Added promises to plugin
|
2016-09-20 10:36:36 -07:00 |
|
maverickmishra
|
c00a7c4b85
|
changed orientation spec and modified Readme
|
2016-08-30 17:11:10 -07:00 |
|
maverickmishra
|
86a9c8131d
|
removed .DS_Store files
|
2016-08-29 16:31:24 -07:00 |
|
maverickmishra
|
2d8500f6a5
|
One js file for ios, android and windows
|
2016-08-29 14:33:03 -07:00 |
|
Tony Homer
|
dd26708b73
|
switch license from MIT to Apache 2.0
|
2016-05-05 14:46:35 -04:00 |
|
Grant Benvenuti
|
a158cf8bc1
|
Merge pull request #65 from tokotchd/master
Added Windows 8.1 Support
|
2015-08-10 09:49:36 +10:00 |
|
Grant Benvenuti
|
0eb6d35fc6
|
Add portrait upside down to ios default orientations. closes #37
|
2015-08-10 09:40:42 +10:00 |
|
Grant Benvenuti
|
c8b89002f9
|
Removed direct reference to screen in addScreenOrientationApi function
|
2015-08-10 09:37:38 +10:00 |
|
tokotchd
|
9ba4760503
|
Fix
Fix
|
2015-08-07 12:14:11 -04:00 |
|
tokotchd
|
7a11a3dd7e
|
Added Windows 8.1 Support
Windows 8.1 has javascript calls, were not be complicated to add.
|
2015-08-07 12:12:10 -04:00 |
|
Johan Eliasson
|
1f43b5ac9c
|
add screen.orentation vairable update on lockOrientation()
|
2015-07-20 15:04:18 +02:00 |
|
Johan Eliasson
|
dda55807c7
|
correct orientation naming
|
2015-07-20 14:37:52 +02:00 |
|
EddyVerbruggen
|
865c81a09e
|
Added WP8 support
|
2015-05-13 20:30:41 +02:00 |
|
Grant Benvenuti
|
56dac9ad10
|
Revert "Added WP support"
|
2015-05-12 10:11:12 +10:00 |
|
RoopeHakulinen
|
b088c1fc11
|
Added support for WP8 and WP8.1. Tested in WP8.1 emulator.
|
2015-04-22 23:27:59 +02:00 |
|
Grant Benvenuti
|
3b7d259193
|
Removed flicker in iOS8 closes #23
|
2014-09-18 09:42:23 +10:00 |
|
Grant Benvenuti
|
61cd864608
|
iOS JS: removed additional variable
|
2014-09-03 17:21:28 +10:00 |
|
Grant Benvenuti
|
efe1edede3
|
Added fix for ios so device returns to current orientation when unlocked
|
2014-09-03 14:09:24 +10:00 |
|
Grant Benvenuti
|
ad5a2134e8
|
Moved orientationMap block
|
2014-09-03 11:33:52 +10:00 |
|
Grant Benvenuti
|
7c86844895
|
Cleaned up messy switch/if block in iOS js file.
|
2014-09-02 18:30:58 +10:00 |
|
kevinwang20120702
|
fedbff1241
|
Update screenorientation.ios.js
Remove the space
|
2014-08-11 16:45:50 -04:00 |
|
Grant Benvenuti
|
60c907c902
|
setOrientation moved to individual ios and android js files
|
2014-07-30 08:49:28 +10:00 |
|
Grant Benvenuti
|
bb8b2c30c2
|
Added bb10 support and orientation property to screen object
|
2014-07-27 13:51:20 +10:00 |
|
Grant Benvenuti
|
d0f38c48fc
|
Added missing orientation types to README
|
2014-07-13 16:50:16 +10:00 |
|
Grant Benvenuti
|
1e4a7b18c4
|
Updated to attach functions directly to screen object and constant cleanup
|
2014-07-13 09:26:44 +10:00 |
|
Grant Benvenuti
|
2934bea321
|
New screenOrientation api, working minus checks and event firing
|
2014-07-12 16:05:30 +10:00 |
|
Grant Benvenuti
|
2f7b5ed086
|
Fixed formatting & cleanup
|
2014-05-08 07:56:40 +10:00 |
|
Grant Benvenuti
|
098b4b829d
|
Updated js interface to accept no callbacks
|
2014-05-07 09:37:40 +10:00 |
|
Grant Benvenuti
|
9602b540d9
|
initial commit
|
2014-05-06 16:53:23 +10:00 |
|