monkeyswarm / MobMuPlat

MobMuPlat is an iOS & Android app to host PureData patches with custom visual interfaces and hardware access.
www.mobmuplat.com
Other
185 stars 25 forks source link

Panel image file issue #54

Open monkeyswarm opened 5 years ago

monkeyswarm commented 5 years ago

In the editors, the panel image file field accepts an absolute or relative path to find the file locally while developing. On iOS, it looks like the absolute path is stripped to the last element (and assumed to be in the same folder), while Android does not. That means that if the user specified an absolute path on their laptop, Android will look for it at that non-existent path. Either update the android app to the same behavior as iOS (though this is less idiomatic on Android, where shared folders are easier to manage) or force the editor to only accept relative paths