afterxleep / Bouncer

A private SMS filtering application for iOS

Home Page:https://apps.apple.com/us/app/bouncer-sms-block-list/id1457476313

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot get past welcome/tutorial screen on iPhone SE

donaldchai opened this issue · comments

Running current version from Bouncer from the app store (version 2.1.1) on an iPhone SE (2016) with iOS 14.8.1.

The app is stuck on the welcome/tutorial screen, despite me going into the OS-wide settings and enabling SMS filtering. (The screenshot below will make it clear why I thought that's all I needed to do.)


Based on reading the code:

if(!store.state.settings.hasLaunchedApp) {

it seems like there's some sort of button that one is supposed to tap to get past this screen:

but the problem is that this button doesn't show up.

The iPhone screen resolution is 1136 × 640 and it seems like the TutorialView simply does not fit. This is what it looks like on my screen:

image

You're right Donald. You're not seeing the button due to the screen size. I have not tested this on smaller screen devices and not sure if it's going to be easy to make that work, but I can try

FWIW I ended up working around this by mashing the screen at the bottom, and the button click registered somehow. :)

wow, that's bad UX, but glad you had It working.

Fixed with PR #28