-
Notifications
You must be signed in to change notification settings - Fork 192
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
fix: IOS native review bad UX experience #280
Conversation
If InAppBrowser does NOT work for iOS Your saying InAppBrowser doesnt work for iOS? If so lets not include that option. We can simply default to the native app store review if If InAppBrowser does work on iOS iosReviewType: 'AppStoreReview' // default
iosReviewType: 'InAppReview'
iosReviewType: 'InAppBrowser' |
@westonganger thanks for your response.
Thoughts? |
Maybe to future proof this we should change the syntax to: reviewType: {
ios: 'AppStoreReview', // default
ios: 'InAppReview',
ios: 'InAppBrowser',
} Please implement the above if you agree. |
sounds perfect will submit it soon |
Please also add the following additions to the PR:
|
@westonganger Already fixed typescript defentiions. About the change log, what is the version you want to give? |
Sorry I usually leave a section like the following:
Please use "Unreleased" |
Done please review |
Please fix the indentation in Also please change the first changelog entry to:
|
Done. The indent issues were because I use tabs and in my display, they are equal to 2 spaces :-) |
Awesome great work. Merged. Thanks for your contribution! |
Thanks for helping with getting the fix through fast! |
Maybe in about a month. I like to let things percolate for a time before releasing. |
Ok I'll will update my plugin directly from github. Can you let me know why you need that time to wait? No one (well besides me) will be able to give feedback of the changes if they are not released and used... |
fix: #279
fix: #278
fix: #267
@westonganger can you please review?