Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help,
read this.
-
azoyan
- Prole
- Posts: 18
- Joined: Wed Dec 27, 2017 5:19 pm
Post
by azoyan » Mon Jun 04, 2018 8:58 am
Hello!
In my application I create wallpapers.
How to call native "share" button?
And expect behaviour like this:

-
azoyan
- Prole
- Posts: 18
- Joined: Wed Dec 27, 2017 5:19 pm
Post
by azoyan » Tue Jun 05, 2018 8:53 pm
Really for so many years of existence of the love2d nobody wanted to do this?
-
Nixola
- Inner party member
- Posts: 1949
- Joined: Tue Dec 06, 2011 7:11 pm
- Location: Italy
Post
by Nixola » Tue Jun 05, 2018 9:00 pm
Please don't double post, especially when your post is still visible. No one that knows or wants to figure it out read the topic yet, but it doesn't mean they never will.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
-
zorg
- Party member
- Posts: 3056
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
-
Contact:
Post
by zorg » Tue Jun 05, 2018 11:24 pm
Also, it's probably SDL's "fault" anyway, maybe that is, or at least was, a nonstandard button; try detecting all keys/scancodes and if something gets triggered when pushing that thing, you're in luck since you can see what it was, if not, you're out of luck.
Me and my stuff
True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
-
bobbyjones
- Party member
- Posts: 728
- Joined: Sat Apr 26, 2014 7:46 pm
Post
by bobbyjones » Wed Jun 06, 2018 1:10 am
zorg wrote: ↑Tue Jun 05, 2018 11:24 pm
Also, it's probably SDL's "fault" anyway, maybe that is, or at least was, a nonstandard button; try detecting all keys/scancodes and if something gets triggered when pushing that thing, you're in luck since you can see what it was, if not, you're out of luck.
It's not a hardware button. It's something you add to an app that launches a share window. I forgot the exact word but I think it's called an intent.
Do you frequently have great ideas but immediately lose them? Check out the MVP for my website called
IdeaVault. It is designed to solve that problem. Desktop browsers only currently.
-
PGUp
- Party member
- Posts: 105
- Joined: Fri Apr 21, 2017 9:17 am
Post
by PGUp » Wed Jun 06, 2018 9:40 am
From what I know löve doesn't support it currently.
-
Users browsing this forum: No registered users and 60 guests