I developed an add-in that uses displayNewMessageForm from API 1.6. When submitting the add-in to office store, It got rejected because this function opens the new message form without any content despite the provided HTML content. After testing I found out that when pop-ups are not allowed, the browser asks me if I need to always allow or block or allow once. If I chosen allow once, this function's behavior is opening empty new message form. and after choosing "always allow pop-ups", it's executed as expected. what is the solution for this?
displayNewMessageForm is not working when pop-ups are not allowed
154 Views Asked by amira At
0
There are 0 best solutions below
Related Questions in OFFICE-JS
- Excel add-in: How to detect whether the host platform is "office online"
- How to get User's actual Email Id in Outlook Add-in Integration
- Check if a JavaScript method or property is supported in an Excel version
- How can I create a Toc(Table of Content) for a document in Word using office.js?
- Persisting data in word document using office add-in
- How to get working Dialog API of OfficeJS API with Outlook 2016 desktop client
- Detecting a sort in officeJS Excel
- Need help loading a .docx file into current document
- Same versions of Office.js hosted on 'beta' and '/1/'?
- Saving Custom property using OfficeJS API doesn't persist on Exchange for long time
- Delete & Reload a "Add in" from Excel (Online & desktop app)
- OfficeJS Word Addin | Dialog API's messageParent not working across domains on MAC
- What browser does Office 2016 on Mac use for taskpanes?
- Why does this Context.Sync not work?
- Getting error using Firebase popup authentication in Word add-in
Related Questions in OUTLOOK-WEB-ADDINS
- How to get working Dialog API of OfficeJS API with Outlook 2016 desktop client
- Saving Custom property using OfficeJS API doesn't persist on Exchange for long time
- addFileAttachmentAsync with SharePoint or Onedrive
- How to show addin in Outlook when composing mail?
- Error while executing async get of Outlook item property
- Open child window from outlook web addin
- Add hidden text in outlook web addin email
- Outlook Addin window.open
- No event is fired when closing a dialog via ESC
- Outlook Addin sometimes fails to load in browser
- itemId is changing after mail sent in outlook mail
- Outlook 2016 Add-in Dialog hangs on "Loading"
- How to debug Outlook web add-in in Windows native Outlook 2016?
- Add-in for Office 365 Tasks
- Outlook 365 plugin not loading in Outlook 2016 Windows Desktop Client
Related Questions in OFFICE-STORE
- Submit screenshots to Office Store
- How much time does it take to a Microsoft Teams app get passes the certification step when publishing?
- Update approval procedure for Office-js addins in AppSource
- Office add-in - Manifest requirement section not reflected in supported platforms
- How to update descriptions for my published add-in?
- Is there a policy for indicating an Office add-in as in beta?
- Office Add-in marketplace testing - Force fallback from SSO
- Word add-in not appearing in Office store
- displayNewMessageForm is not working when pop-ups are not allowed
- OfficeJS Addin office-store validation fails only in office online
- How long does it take for an office add in to be available in the store after being accepted?
- Sideload add-in for Outlook 2016
- Does the Office JS add-in will not be available for downloading from AppSource if we submit its version update on some date in the future?
- Popup blocker handling when app calls displayReplyAllForm method
- SharePoint add-in to works in conjunction with Dynamics app?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?