Can't exit Apex Send Email from Marketing Cloud screen - email

Has anyone else experienced this issue/bug? When entering the Send Email screen, in my browser I am sent to /apex/sendetemail. This screen completely takes over Salescloud. There is no cancel button, no top navigation, no way to get out of the screen. Hitting the back button redirects you back to the screen. Logging out and back in sends you back to the screen. Once you enter this screen your options are to A) send an email or B) burn Salesforce's data center to the ground. Please help.

Related

How can I hide the Github notification overlay (on Github website)

I'm referring to this one for the notifications within Github itself.
enter image description here
If I dismiss it with the X, it comes back if I refresh the page. I don't want to click the Done button because it archives the notification from my inbox and navigates away from the page I'm on.
I've tried hiding it using uBlock, but it leaves behind an empty space where it used to be.
With a custom filter in uBlock Origin I was able to remove the notification tray and empty space.
github.com###notification-shelf

Flutter Get Navigation - Removing route in the middle

I know there are some duplicate/similar questions, I read them all but I can't get the right answer.
I'm using Getx to navigate between screens(Get.toNamed()) and I was just wondering if there's any way to remove a certain route from the navigation stack. Let's say I have the following routing for my sample social networking app:
main screen -> post screen -> profile screen -> (another) post screen
I want to remove the first post screen and add a new post screen after the profile screen but able to go back to the profile screen when I press the back button from the second post screen(another back button goes to the main screen and if I go to profile screen(again) from the second post screen, the first profile screen will also be removed). The reason I want to do this is because I want the screens to have only one instance.
I tried saving the Get.rawRoute of post screen and called Get.removeRoute(route) when opening the second post screen from the profile screen but I get "'route._navigator == this': is not true." assertion.
Is it impossible because it's a stack? but.... I just don't think this is impossible, there must be a way...
Help me Flutter Masters!
Just kidding, saving the Get.rawRoute of the post screen and calling Get.removeRoute(route) before opening another post screen works just fine, I made a mistake. HAHAHAHAHAHAHA

Blank screen from the notification tab when the phone is locked - IONIC

When we double-tap a notification on the lock screen, it automatically prompts us to enter your mobile password, then upon unlocking the device, it launches the app with blank screen & then redirects to the data whichever notification was tapped.
I don't understand where the problem is happening? Is there anyone help me out with this problem?
In case of Unlock Screen: It is working perfectly.
In case of Lock Screen: It should have shown a splash screen instead of blank screen.

ie's back button is being interfered by facebook api

I'm using the Facebook 'like' api for my site, but there is a bug on IE (tested on IE8, and reported on IE9).
Whenever I hit the back button, it's inserting the following two urls into the "Recent Pages":
https://s-static.ak.facebook.com/connec
http://static.ak.facebook.com/connect/x
and each time the back button is triggered, one more of this pair will be "inserted". For example:
1st: opening page A
2nd: going to page B
3rd: going to page C
4th: hitting back button OR Backspace button
5th: now i'm on page B, but now there will be two more url "inserted" to the back button, plus the forward button which is suppose to be able to bring me back to page C now is blank/cleared so won't able to use the forward button to go "back" to page C
Thanks for your help in advance,
Chi

UILocalNotification in sleep mode on iPhone

I'm developing a Voip application.
When I press the lock button(app goes to sleep), and the server sends a request I present a local notification.
The local notification is presented as it should and The button slider text says "slide to answer". If I slide here, the app gets open.
However, if now I press again the lock button, and then unlock, the notification is still presented and the slider text has changed to "slide to unlock".
Now, when I slide to unlock, it's as if I pressed the "close" button on a regular notification bar, meaning the app won't open.
My question is why on the second time the local notification is still presented ? and if so, is there a way to track the unlock button event or the unlock slider so I can tell the server that I don't want to answer the call ?
Thanks
The notification is only a dialog (i.e., the user can interact with it directly) for a short time - until the device is locked again, either by using the button or automatically after a time-out of about 15 seconds.
After that, it turns into a notification. The user cannot interact with it directly, apart from reading the message.
Sorry, but it doesn't get any better unfortunately.