@marble68 wrote:
Issue with the cordova barcode scanner and the side menu. When added to an IOS project, on device, enable-menu-with-back-views="false" is ignored
If you do the basic side menu project, build for IOS, run on device, then drill into the playlists, you cannot swipe the playlist to the right to reveal the menu.
But if you then add the barcodescanner to the project and repeat the test, you can.It happens regardless if you reference the barcode library or not
Ionic Info:Cordova CLI: 4.3.0
Gulp version: CLI version 3.8.11
Gulp local:
Ionic Version: 1.2.4
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.5.0
ios-sim version: 3.0.0
OS: Mac OS X El Capitan
Node Version: v0.12.2
Xcode version: Xcode 7.2.1 Build version 7C1002Steps to reproduce:
1) ionic start sidemenubug sidemenu
2) ionic build ios
3) Run project on IOS device
5) Hit menu, then playlists, then a play list, then try and swipe from left side of screen. You cannot, because a back button is visible.
6) ionic plugin add https://github.com/wildabeast/BarcodeScanner.git
7) ionic build ios
8) repeat step 5, and enable-menu-with-back-views="false" is ignored.
Posts: 1
Participants: 1