We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f3e30 commit b16ddd5Copy full SHA for b16ddd5
nativescript-imagepicker/images.ios.ts
@@ -20,8 +20,6 @@ export function pageLoaded(args) {
20
21
application.on("orientationChanged", function (e: application.OrientationChangedEventData) {
22
var currentPageWidth = platform.screen.mainScreen.heightDIPs
23
- console.log(currentPageWidth);
24
25
list.listViewLayout.spanCount = Math.floor(currentPageWidth / 80);
26
});
27
}
0 commit comments