Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Is it possible to destroy a mozActivity from javascript?

  • 1 ответ
  • 2 имеют эту проблему
  • 4 просмотра
  • Последний ответ от Ralph Daub

more options

Created mozActivity from javascript as follows

var openSettings = new MozActivity({
       name : "configure",
       data : {
           target : "device"
       }
   });

Is there any mehod to close webActivity from javascript? like MozActivity.close() or MozActivity.destroy()

Created mozActivity from javascript as follows var openSettings = new MozActivity({ name : "configure", data : { target : "device" } }); Is there any mehod to close webActivity from javascript? like MozActivity.close() or MozActivity.destroy()

Все ответы (1)

more options

Hi Anna123,

The SUMO forums are geared towards user-related questions, focusing on the basic apps and features available in the phone.

For developer-related questions, you may have better luck finding a solution in the following websites:

I hope you find this information is helpful. Please let us know if you come across any user-related issues in the future, and we'll be happy to help you! =)

Thanks,

- Ralph

Изменено Ralph Daub