onesignal Android disable double opt-in - web

I would like to avoid the behaviour that was descibed in the blog post https://onesignal.com/blog/web-push-changes-to-chrome-on-android/. In other words I want to show only android native consent without the slide-up permission box. Is there a way to do that?

Looks like I found a solution, I set autoRegister to false in the initialization and call OneSignal.registerForPushNotifications() and it shows the native consent dialog without the slide-up dialog.

Related

Is there a way to remove the custom browser frame that occurs during Azure Active Directory B2C SignUp Authentication using Xamarin on Android?

I have followed the documentation in creating the Authentication Flow, and currently i works fine. However we get a custom web-frame, which doesn't make the app look native. So am wondering if there is a way to remove that. Probably using a WebView or changing the navigation bar.
I fixed my above question. So it seems there is an option to add an Embedded WebView in Azure which takes in a Boolean.
The article below fixed it for me.
https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-net-web-browsers#web-browsers-in-msalnet

Adding Support Page to Web Store Extension Page

I'm trying to add a support page right in the extension window but all that I can find is adding a link to another page. I've included some pictures, as I don't know how to really describe the feature.
that's what I have currently, and below is what I want to have-
This is a screenshot of what I have on the dev page, concerning the support feature-
I'm not sure what I need to change, so any help would be appreciated! (Directed here from this chrome forum thread)
Go to https://chrome.google.com/webstore/developer/dashboard
Click "Edit your User Feedback preferences"
Check the "Enable User Feedback for all my apps in Chrome Webstore." box.
Note that neither you nor your users will get notified of new posts made in the webstore support section, so you probably want to direct users to a third party support platform, such as issues on the project's Github repo.

Auto Save or Prompt before navigating away from text editors in Kentico CMSDesk not working

Auto Save or Prompt before navigating away from text editors in Kentico CMSDesk not working. I already set the Settings -> Content Management -> Prompt to save changes on exit to checked, but didn't work. Can somebody help me.
-Thanks in advance
What I would suggest is to enable the developer tools in chrome or firebug in firefox and check, if there are any javascript errors in your pages. it's possible that some custom javascript interferes with this check. Check for any errors and try to resolve them. Or, as a test, try creating a completely blank page in the content tree, with only an editable region and disable any master page inheritance so there won't be any custom code used on your page and test, if it works there. If it does, then keep adding your scripts and test to see which component or script is causing the issue. Also make sure your settings are enabled on a site level in the settings application.
Which version and hotfix do you use? I suppose you are using v7 (or less - because of CMSDesk). Please note there were some bug fixes related to prompt in CMSDesk (eg. in 7.0.80).
Content editing - The ‘Prompt to save changes on exit’ setting didn’t work correctly
You can find more information about hotfixes and fixed bugs here.
edit: after additional info (screen from your console) I think you have registered your own jquery and you don`t have registered it in no conflict mode. Can you agree? Could you register your jquery in nonconflict mode and try the prompt behavior again?

Facebook native share dialog feature "is not available presently" on iOS

I am trying to integrate SDK 3.5 into my iOS app. I can make the facebook app to pop up the share dialog and ask me to input text. But once I tap "Post" it shows me an alert "Beta Feature This feature is not available presently". Is this a temporary error or something I need to turn on in my app settings? Here is a screenshot of the error:
https://www.dropbox.com/s/yu8fgh46prmp1aw/Photo%20Apr%2025%2C%2010%2046%2002%20PM.png
This feature is enabled only in Beta as of now. You need to add this line to your share dialog code to make this work.
// Set this flag on to enable the Share Dialog beta feature
[FBSettings enableBetaFeature:FBBetaFeaturesShareDialog];
For more details, you can see the how-to here:https://developers.facebook.com/docs/howtos/share-dialogs-ios-sdk/

Modal Dialog in Google Chrome Extension

I need a truly modal dialog to run in Google Chrome in Windows using extension, where the dialog doesn't allow users to click on other tabs etc. The search results so far seem to suggest that showModalDialog() doesn't give a true modal dialog, and the jQuery examples (like SimpleModal) don't seem to be able to stop users from accessing the other tabs or the other parts of the browser.
Alerts seem to be be working, so I was wondering if there is any other solution to this problem? Or do I really need to write a modal dialog from scratch using Javascript?
Using the hidden div methods in the web pages is not an option because I can't modify them.
You can simply use the native javascript function confirm
But I don't like when I can't do what I want without good reasons.
Furthermore, the user will can always switch to another Chrome window.
No sort of in tab HTML modal dialog will prevent a user from switching tabs. Even alert will allow users to switch tabs. You may be able to achieve this through a NPAPI plugin though.

Resources