You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Iphone, when I open a webpage using in-app-browser. The opened web page can be pulled down to close. (do not use close button at the bottom, but just pull the page down from the extra white space at the top and it will be closed).
Problem
After web page is closed app freezes.
What is expected to happen?
on iphone, the scroll down to close option should be disabled.
where as now on ios, It is possible to close the web page just by pulling down
Happening on both the versions of 3.1.0 and 3.2.0 in app browser
options: InAppBrowserOptions = {
location: 'no',//Or no
hidden: 'no', //Or yes
clearcache: 'yes',
clearsessioncache: 'yes',
zoom: 'yes',//Android only ,shows browser zoom controls
hardwareback: 'yes',
mediaPlaybackRequiresUserAction: 'no',
shouldPauseOnSuspend: 'no', //Android only
closebuttoncaption: 'Close', //iOS only
disallowoverscroll: 'no', //iOS only
toolbar: 'yes', //iOS only
enableViewportScale: 'no', //iOS only
allowInlineMediaPlayback: 'no',//iOS only
presentationstyle: 'pagesheet',//iOS only
fullscreen: 'yes',//Windows only
};
rajashekaranugu
changed the title
App freezes on iphone X and above, after the opened web page is pulled down to close using in-app-browser
App freezes on iphone, after the opened web page is pulled down to close using in-app-browser
Jan 17, 2020
On Iphone, when I open a webpage using in-app-browser. The opened web page can be pulled down to close. (do not use close button at the bottom, but just pull the page down from the extra white space at the top and it will be closed).
Problem
After web page is closed app freezes.
What is expected to happen?
on iphone, the scroll down to close option should be disabled.
where as now on ios, It is possible to close the web page just by pulling down
Happening on both the versions of 3.1.0 and 3.2.0 in app browser
ionic-info
Ionic CLI : 5.4.4 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.10.0
@angular-devkit/build-angular : 0.801.3
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.1.3
@ionic/angular-toolkit : 2.0.0
Cordova:
Cordova CLI : 9.0.0 ([email protected])
Cordova Platforms : android 8.1.0, ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-migrate-ios-storage 0.3.6, cordova-plugin-ionic-webview 4.1.2, (and 19 other plugins)
Utility:
cordova-res : 0.8.0 (update available: 0.8.1)
native-run : not installed
System:
ios-deploy : 1.9.4
ios-sim : 8.0.2
NodeJS : v10.15.1 (/usr/local/lib/node_modules/node/bin/node)
npm : 6.4.1
OS : macOS Mojave
Xcode : Xcode 11.3 Build version 11C29
The text was updated successfully, but these errors were encountered: