Luca

Results 30 issues of Luca

I'd like to add new custom button to tooltip area (in my Ionic 3 App) in order to disable tour guide in my app. Currently I enabled tour guide in...

I need to migrate at InnoDB tables but I have this error #1071 - Specified key was too long; max key length is 767 bytes Is correct if I execute...

question

My package ihas been rejected on ios with reason: "ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and...

I integrated admob into my ionic app and built for android. I add into AndroidManifest.xml the appID `​` if I use test units, everything works fine. When i configure my...

Hi, I need to create a word file from PHP. I create a HTML string into PHP and use PhpWord to create a file `$phpWord = new \PhpOffice\PhpWord\PhpWord(); \PhpOffice\PhpWord\Shared\Html::addHtml($section, $html);...

Bug Report
HTML

Hi all, I'd like to integrate this plugin into my ionic 3 app but I have some problems. I installed plugin using the following command: `cordova plugin add cordova-fabric-plugin --variable...

I migrated my app to xcode5 and ios7 because apple required it. If I run app on io7- it is ok but if I run app on io7+ I have...

Hi all, I need to customize caption view. Is it possible? Thanks

I integrated PhotoViewer in my app but I have navigation bar problem. PhotoViewer Controller opened from different my custom controller. In many scenarious, Photo Viewer open with trasparent navigation bar....

I have specific NavigationController, MKHorizMenu do not show! Example: MyController *torneiViewController = [[MyController alloc] init]; UINavigationController *torneiNavController = [[UINavigationController alloc] initWithRootViewController:torneiViewController]; self.tabBarController.viewControllers = [[NSMutableArray alloc] initWithObjects:myController, ..., nil]; Into MyController...