Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App freezes on iphone, after the opened web page is pulled down to close using in-app-browser #612

Closed
rajashekaranugu opened this issue Jan 17, 2020 · 2 comments

Comments

@rajashekaranugu
Copy link

rajashekaranugu commented 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

@rajashekaranugu
Copy link
Author

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 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
@rajashekaranugu
Copy link
Author

#566 (comment) FIXED MY ISSUE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant