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.white area @ bottom marked

[file picker[2]

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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -