You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Mobile: Resolves #1998: Allow selecting camera ratio and fixed camera view aspect ratio. Also made camera type persistent.
This commit is contained in:
@ -42,6 +42,7 @@ shim.platformName = function() {
|
||||
throw new Error('Cannot determine platform');
|
||||
};
|
||||
|
||||
// "ios" or "android", or "" if not on mobile
|
||||
shim.mobilePlatform = function() {
|
||||
return ''; // Default if we're not on mobile (React Native)
|
||||
};
|
||||
|
Reference in New Issue
Block a user