ionictest2017

Results 5 issues of ionictest2017

## Environment ## Platforms ## Versions - Android: - iOS: - react-native-modal: - react-native: - react: ## Description ## Reproducible Demo

bug

here my code function OnEnterHandleFullscreen() { console.log('OnEnterHandleFullscreen') if (isMobilePlatform) state.fullscreen ? Orientation.unlockAllOrientations() : Orientation.lockToLandscapeLeft(); } function OnExitHandleFullscreen() { console.log('OnExitHandleFullscreen') if (isMobilePlatform) { setState({...state, fullscreen: false}); } } {!Platform.isTV && Platform.OS...

**When I come on the login screen without pressing on the input field goBack is working but when I press the input field then after coming to back screen freezes...

bug
needs more details

**Describe the bug** I have a player screen with controls with a modal popup which has some buttons like audio, subtitle, etc whenever I select any button and then close...

bug
needs more details

`**Describe` the bug** when I move focus from text input to card it shows to traverse on card but whenever I click on it then the keyboard opens it means...

bug