AddObject problem #1209
Unanswered
Bendersnetch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Some questions:
And a hint: You could try to start OpenBoard from a command line with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i'm making a widget to import my files from an API, I've made a page where files are listed and when you click on them it calls the window.sankore.addObject(file_path, 400, 300, 100, 100, false);
I verified the file is avaible and working.
The problem I have is that the result of function's call changes from a device to another:
On some devices it dowloads and open the file correctly.
On other devices it says the file is downloaded correctly but the file does not open in a new page, but i can see in the task manager that 5 more mb of ram are now used by openboard (so it did dowload it I guess)
All the devices are running on the same windows version (23H2) and the same openboard version (1.7.3)
The code and it implementation is exaclty the same for all the devices
I can't find where the difference is and why it works on some devices and other not.
Beta Was this translation helpful? Give feedback.
All reactions