Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Android 应用程序,它允许用户使用不同的通知设置创建笔记。但是有一个想法可以将应用程序与其他笔记和日历约会提供商(谷歌日历等)同步。上网几个小时后,我在 Outlook Notes 上找不到任何文档。
所以问题是:是否有公共 API(或任何可能性)可以在自定义应用程序 Outlook Notes/Calendar Appointments 中同步?
任何帮助都会很棒。谢谢是建议。
在 Android 上使用 trigger.io 无法使用纯 HTML<input type="file">元素上传文件。在 iOS 上,这工作正常。
<input type="file">
潜在的问题似乎源于 webview 没有本机文件选择器,并且 trigger.io 还没有为他们的 webview 实现一个。