我正在使用TAU框架開發Tizen可穿戴應用(定位版本2.3.2)。 (事實上,它開始了以 「基本TAU應用程序」 模板。) 每次我打電話 tau.openPopup('process-popup');
我收到一個類型錯誤: TypeError: 'undefined' is not a function (evaluating 'tau.openPopup('process-popup'
我有一個錶盤,使用下面的代碼啓動另一個應用程序啓動的Web應用程序: var appId ="aGbGC3smHe.apptwo"; // app to be launched
tizen.application.launch(appId);
它的工作原理,但我想從錶盤到發送文本第二個應用程序,並擁有第二個應用程序用它做類似下面 if (senttext === "hello"){
co
我的工作Tizen耐磨獨立 Web應用程序,並希望整合火力地堡納入通知功能。我遵循使用JavaScript的firebase提供的所有步驟。但我無法獲得令牌,並結束了與下面的錯誤: Failed to register a ServiceWorker: The URL protocol of the current origin
('file://') is not supported."
c