Norman Breau
Norman Breau
Looks like I stand corrected.
Closing as stale.
Closing as stale
This may not be an ideal workaround with a large existing app but a potential workaround is to adopt a SPA-style design in your application, which is [recommended](https://cordova.apache.org/docs/en/latest/guide/next/#1-spa-is-your-friend) for a...
> and wanted to better understand the (sounds like once-upon-a-time available) platform-centered workflow Wasn't something I used but from what I understand, Cordova's platform-centered workflow is native-first approach where you...
> One would expect red is generally the negative action but it is also the users decision to fit their color format.. Agreed. [Apple Docs](https://developer.apple.com/documentation/uikit/uialertactionstyle/uialertactionstyledestructive) states that the `UIAlertActionStyleDestructive` style...
From what I can gather, it appears that chrome has never supported `screen.orientation.lock`, but at some point they added the function, that raises an exception when used. (Maybe it's only...
Test is failing on desktop browsers for this reason: https://github.com/apache/cordova-plugin-screen-orientation/issues/35#issuecomment-658536587 Desktop browsers now implements the APIs, so we use them, but they will reject as you can't lock an orientation...
Closing because we have moved away from appveyor/travis making this PR obsolete.
> but now with scoped storage it is not practical if I want to allow the user to choose where they want to save the file. Why isn't it practical?...