我想在我的Ionic 2應用程序中「分享用戶統計信息」。首先,我做了截圖,然後我要與社會共享插件分享.. 這是我的代碼: public shareStats(): void {
// Take a screenshot and get temporary file URI
Screenshot.URI(100)
.then((img) => {
如何只顯示特定文件[.mp4]上傳的視頻[使用foreach循環條件]從服務器,回到網站的div標籤內?我還想給每個視頻提供社交分享選項嗎? <section>
<div id ="getFile">
<script type="text/javascript">
$("#getFile").html('');
$("#getFile").html('<video s
So this is my code:
@IBOutlet weak var quoteLabel: UILabel!
var quotes = ["I am no 1", "I am no2", "I am no3"]
var currentQuoteIndex = 0
@IBAction func forwardAction(_ sender: UIButton) {
c