We have on ionic iPad app, using cordova / capacitor platform. We enabled the split view for iPad 13 using following link https://en.gg/enable-ipad-split-screen-feature-in-an-ionic-or-cordova-app/
its working fine.
We are checking to give support for drag and drop feature like
https://support.apple.com/library/content/dam/edam/applecare/images/en_US/iOS/ios13-ipad-pro-multitasking-drag-drop-animation.gif
We just want to receiver end alone, here our question how we achieve this in cordova / capacitor application
When checking the native document, we need to enable view as drop destination for application, how we did this for ionic app
https://developer.apple.com/documentation/uikit/drag_and_drop/making_a_view_into_a_drop_destination
Finally found the solution for my case
For enable splitView and multitask to custom view(UKWebView) drag and drop interaction
Full Source and Document available
http://blogs.specialapps.in/SplitView_MultiTasking
Related
I have been using launvhImage as general Splash screen for for tvOS app built using react native ,
recentlly i require to constrol when i want to hide the native spalsh screen of tvOS, I am using
react-native-bootsplash to show splash screen but I am getting "Library not found for -lRNBootSplash-tvOS". I have no idea how can implement this .
I tried using package "react-native-splash-screen" but that is also not working , I have same implementation in IOS app but that iss working perfectlly .
With IOS 11.3 now supporting service workers and PWA's will the same 'add to home screen' functionality like android be available?
I know you can do this manually via share > add to home screen but I wonder if this will be automatic like Android.
According to this thorough article, the manual tapping of add to home screen is required at least right now.
I have a problem, I am developing an app to event and the build to android it works correctly, but to ios not, the side menu is under the menu from ios, I don't know wha't is the problem
http://tinypic.com/r/2luc4k4/9
How can I disable Alt-Tab from working while my iPad app is running?
I developed an iPad app using Ionic which is used at a gym for member self-service. The iPad has a Bluetooth keyboard connected to it to make data entry easier.
The problem now is that users use Alt-Tab to switch back to the home screen of the iPad and then use the iPad for personal stuff. The owner of the gym needs me to disable Alt-Tab while in the app.
Is there a way to register for keyboard events and then suppress something like Alt-Tab?
I have integrate drop box API in my iPhone application. but when drop box view opens it will cut in ios 7.
it runs perfectly ios 6 but some part of view is hide under navigation bar in ios 7
how can i solve this issue? please help.!
i think you are using old SDK for drop box. please use new SDK from following link.
https://www.dropbox.com/developers/sync/sdks/ios
And follow Examples which are already provided in SDK
I hope it will work.