Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BUG 3 #49

Open
ukik opened this issue Jul 2, 2020 · 2 comments
Open

BUG 3 #49

ukik opened this issue Jul 2, 2020 · 2 comments

Comments

@ukik
Copy link

ukik commented Jul 2, 2020

when I combine with global RadListView, after visited some page, app out of memory, become lagging, then closed by itself

@rigor789
Copy link
Member

rigor789 commented Jul 2, 2020

Share your code - I cannot help without it. If the source is private, you can share it privately too, just invite me to the repo.

@ukik
Copy link
Author

ukik commented Jul 4, 2020

<template lang="html">
<Page padding="0" margin="0" actionBarHidden="true" backgroundColor="#f8f8f8">

  <RadSideDrawer
    ref="drawer"
    drawerLocation="Left"
    @drawerClosed="onClosedDrawerTriggered"
    :gesturesEnabled="gesturesEnabled"
  >
    <ContentView ~drawerContent backgroundColor="#ffffff">
      <Drawer_drawerContent />
    </ContentView>

    <!-- <Frame ~mainContent>
      <Page actionBarHidden="true">
        <Navigator ~mainContent defaultRoute="/auth"/>
      </Page>
    </Frame>
    -->    
    <Navigator ~mainContent defaultRoute="/auth"/>

  </RadSideDrawer>

</Page>
</template>

<script>

export default {
    mounted(){
      // this.openDrawer()
    }
};


</script>

<style lang="css"></style>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

2 participants