ios - Cordova: White bar at bottom when I return from file chooser/Picker -
file picker opens , closes after closed, brings white bar @ bottom of screen , each time file picker opened , closed, grows above shrinks height of screen.
[
i found answer after 2days of research. replace 'viewbounds' '[self.view bounds]' instead of '[self.webview bounds]' in viewwillappear in mainviewcontroller.m
if phonegap/cordova app displays other native views (like file picker, camera capture dialog, picture album) , returns view. fix initialize 'view bounds' instead of 'webview bounds'.
Comments
Post a Comment