2

I have a function outside of export default object. How can I make Stop button to change into play button after 1 second?

In Short: I want to change playingStatus into false out of scope.


Please check {N} PlayGround link for question


<template>
    <Page>
        <ActionBar title="Home" />
        <ScrollView>
            <StackLayout>
                <Image

Open Full Question