Search found 156 matches

Go to advanced search

by Dupdroid
Mon Jun 22, 2020 4:38 pm
Forum: Issues
Topic: Publish to the iOS App Store since September 6, 2019
Replies: 8
Views: 3852
 
Jump to post

Publish to the iOS App Store since September 6, 2019

Hi Evgene, I have followed your instructions and it worked. The instructions were not entirely the same though. I just changed the InAppBrowser to 4.0 in the Core Cordova plugins tab and also checked the Cordova WKWebView Engine option under the Imported Cordova tab. I will test the app and report b...
by Dupdroid
Mon Jun 22, 2020 12:16 pm
Forum: Issues
Topic: Publish to the iOS App Store since September 6, 2019
Replies: 8
Views: 3852
 
Jump to post

Publish to the iOS App Store since September 6, 2019

Hi Evgene, thank you for the update. Is this a new problem or is Appery aware of it because I don't understand why I was advised to use Ionic 4 after my initial question and looking through some older posts I can now see that this issue has been experienced but others too?

by Dupdroid
Mon Jun 22, 2020 7:48 am
Forum: Issues
Topic: Publish to the iOS App Store since September 6, 2019
Replies: 8
Views: 3852
 
Jump to post

Publish to the iOS App Store since September 6, 2019

Hi Oleg, I did as you suggested and went with Ionic 4, when uploading to Apple Store is go the following error: [quote:] ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more ( https://developer...
by Dupdroid
Tue Jun 09, 2020 3:53 am
Forum: Issues
Topic: Publish to the iOS App Store since September 6, 2019
Replies: 8
Views: 3852
 
Jump to post

Publish to the iOS App Store since September 6, 2019

Hi Oleg, thank you for your reply.

Which platform would you say is the best to take to Apple store? jQuery Mobile, AngularJS, Bootstrap, or Ionic?

by Dupdroid
Thu Jun 04, 2020 8:07 am
Forum: Issues
Topic: Publish to the iOS App Store since September 6, 2019
Replies: 8
Views: 3852
 
Jump to post

Publish to the iOS App Store since September 6, 2019

Has anyone successfully published an app to the iOS App Store since the release of the policy update on September 6, 2019, see the link below? https://developer.apple.com/news/?id=... [quote:] In order to provide users with the secure and curated experience that they expect on the App Store, we have...
by Dupdroid
Thu Apr 09, 2020 3:09 pm
Forum: Issues
Topic: How would I display a "new version available" message for a PWA inside my Ionic 4 app?
Replies: 5
Views: 2436
 
Jump to post

How would I display a "new version available" message for a PWA inside my Ionic 4 app?

For the rest of the community, this is what I did. I'm sure it can be done better by some code ninja. codeif ('serviceWorker' in navigator) { navigator.serviceWorker.register('sw.js') .then(registration => { //console.log(registration); registr...
by Dupdroid
Thu Apr 09, 2020 3:05 pm
Forum: Issues
Topic: How would I display a "new version available" message for a PWA inside my Ionic 4 app?
Replies: 5
Views: 2436
 
Jump to post

How would I display a "new version available" message for a PWA inside my Ionic 4 app?

Really... I have to wait 2 days for this "outside the scope" reply

by Dupdroid
Thu Apr 09, 2020 12:31 pm
Forum: Issues
Topic: How would I display a "new version available" message for a PWA inside my Ionic 4 app?
Replies: 5
Views: 2436
 
Jump to post

How would I display a "new version available" message for a PWA inside my Ionic 4 app?

Hi Serhii, thank you but there is no example of the code needed to accomplish this.

by Dupdroid
Tue Apr 07, 2020 1:19 pm
Forum: Issues
Topic: How would I display a "new version available" message for a PWA inside my Ionic 4 app?
Replies: 5
Views: 2436
 
Jump to post

How would I display a "new version available" message for a PWA inside my Ionic 4 app?

Can you please explain how I can prompt the app user when a new version of my Ionic 4 PWA app is available?

by Dupdroid
Sat Apr 04, 2020 1:39 pm
Forum: Issues
Topic: Ionic 4 - DataTable - Selected row styling - background-color
Replies: 5
Views: 3257
 
Jump to post

Ionic 4 - DataTable - Selected row styling - background-color

FYI

:host
::ng-deep
.ngx-datatable.material:not(.cell-selection)
.datatable-body-row.active
.datatable-row-group{
background-color: #BFE222;
}

Go to advanced search