peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

Antique popups should just disable blocking. #186

Open TaylorMonkey-duplicate opened 13 years ago

TaylorMonkey-duplicate commented 13 years ago

It seems that MobileNotifier has its own implementation for "antique popups". SMS messages don't show the actual message preview. It seems that instead of trying to recreate the old pop up, it should simply disable pop-up blocking and allow the old pop ups through. It should also allow apps that modify SMS pop-ups like QuickReply through as well. This is how Notifier Pro seems to operate.

btaroli commented 13 years ago

I hadn't tried setting this, but that's what I presumed it did -- basically, disable MN. Interesting to hear that this isn't the case.

TaylorMonkey-duplicate commented 13 years ago

Well, maybe it does-- it seems to be affecting the notification however. Instead of a preview of an SMS message, I just get "Text" and the sender's name. I just assumed MobileNotifier was creating it's own pop-up, but maybe it's confusing Apple's lock screen notification mechanism so that it thinks there are multiple notifications and it just renders the sender's name and "Text" like it does when you get more than one, instead of the message preview.